Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frickelzeugs authored Jun 19, 2024
1 parent 9293e40 commit 9f7e85f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"chipFamily": "ESP32",
"new_install_prompt_erase": true,
"parts": [
{ "path": "esp32/bootloader_dio_40m.bin", "offset": 4096 },
{ "path": "esp32/partitions.bin", "offset": 32768 },
{ "path": "esp32/boot_app0.bin", "offset": 57344 },
{ "path": "esp32/firmware.bin", "offset": 65536 },
{ "path": "esp32/spiffs.bin", "offset": 2686976 }
{ "path": "firmware/esp32/bootloader_dio_40m.bin", "offset": 4096 },
{ "path": "firmware/esp32/partitions.bin", "offset": 32768 },
{ "path": "firmware/esp32/boot_app0.bin", "offset": 57344 },
{ "path": "firmware/esp32/firmware.bin", "offset": 65536 },
{ "path": "firmware/esp32/spiffs.bin", "offset": 2686976 }
]
}
]
Expand Down

0 comments on commit 9f7e85f

Please sign in to comment.