arduino-esp32/tools/partitions/app3M_fat9M_16MB.csv
Luc 9710fedaf0 Fix wrong values in .cvs files (#3196)
* Fix wrong values in .cvs files

Add missing upload size for partitions bigger than default one

* Add new partion to generic

Fix hardcoded partition for 16M flash
2019-09-10 22:52:51 +03:00

335 B

1# Name, Type, SubType, Offset, Size, Flags
2nvs, data, nvs, 0x9000, 0x5000,
3otadata, data, ota, 0xe000, 0x2000,
4app0, app, ota_0, 0x10000, 0x300000,
5app1, app, ota_1, 0x310000,0x300000,
6ffat, data, fat, 0x610000,0x9F0000,
7# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage