mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs
This commit is contained in:
parent
4a1df4dd67
commit
aa81b95bee
5 changed files with 13 additions and 17 deletions
6
esp32_3MB.csv
Normal file
6
esp32_3MB.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Name, Type, SubType, Offset, Size
|
||||
nvs, data, nvs, 0x9000, 0x5000
|
||||
otadata, data, ota, 0xE000, 0x2000
|
||||
app0, app, ota_0, 0x10000, 0x180000
|
||||
app1, app, ota_1, 0x190000, 0x180000
|
||||
spiffs, data, spiffs, 0x310000, 0x0F0000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue