You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a the following partiton table it will flash the filesystem to
0x10000 instead of to 0x00d90000.
Blank offset is supported as specified here
<https://docs.espressif.com/projects/esp-idf/en/v5.1.5/esp32/api-guides/partition-tables.html#creating-custom-tables>
```csv
nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
app0, app, ota_0, 0x10000, 6400K,
app1, app, ota_1, , 6400K,
conf, data, spiffs, , 1M,
spiffs, data, spiffs, , 2432K,
coredump, data, coredump,, 64K,
```
0 commit comments