Skip to content

Commit

Permalink
added ESP32-C3 to web installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Mar 10, 2024
1 parent c24a5d9 commit 3b4ce62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file not shown.
13 changes: 11 additions & 2 deletions static/firmware/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"funding_url": "https://ko-fi.com/lumapu",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp8266.bin", "offset": 0 }
]
},
{
"chipFamily": "ESP32",
"parts": [
Expand All @@ -13,9 +19,12 @@
]
},
{
"chipFamily": "ESP8266",
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp8266.bin", "offset": 0 }
{ "path": "/firmware/bootloader.bin", "offset": 0 },
{ "path": "/firmware/partitions.bin", "offset": 32768 },
{ "path": "/firmware/ota.bin", "offset": 57344 },
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp32-c3-mini.bin", "offset": 65536 }
]
}
]
Expand Down

0 comments on commit 3b4ce62

Please sign in to comment.