Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lost-hope authored Oct 9, 2024
1 parent 3542205 commit 978d982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/beta_0_15_0-b5/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "esp32_bootloader_v4.bin", "offset": 4096 },
{"path": "partition_4mb.bin", "offset": 32768 },
{"path": "boot_app0.bin", "offset": 57344 },
{ "path": "WLED_0.15.0-b5_ESP32.bin", "offset": 65536 }
]
},
Expand Down

0 comments on commit 978d982

Please sign in to comment.