Skip to content

Commit fcb1d8a

Browse files
authored
Merge pull request #53 from lost-hope/master
changing C3 binaries to prevent bootloops with 0.16 versions
2 parents c4800f9 + 1fc12bb commit fcb1d8a

4 files changed

Lines changed: 2 additions & 0 deletions

File tree

bin/nightly/boot_app0_v2022.bin

8 KB
Binary file not shown.
-52.1 KB
Binary file not shown.

bin/nightly/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"chipFamily": "ESP32-C3",
1616
"parts": [
1717
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
18+
{ "path": "partitions_c3.bin", "offset": 32768 },
19+
{ "path": "boot_app0_v2022.bin", "offset": 57344 },
1820
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-C3.bin", "offset": 65536 }
1921
]
2022
},

0 commit comments

Comments
 (0)