nodemcu-firmware/components/platform/partitions-2MB.csv
Johny Mattsson 60339b812b SPIFFS partition support, file module from dev.
Now uses the designated partition (type 0xC2, 0x00) unconditionally.
2016-09-22 17:18:22 +10:00

255 B

1# Espressif ESP32 Partition Table
2# Name, Type, SubType, Offset, Size
3factory, app, factory, 0x10000, 1M
4rfdata, data, rf, 0x110000, 256K
5wifidata,data, wifi, 0x150000, 256K
6# 0xC2 => NodeMCU, 0x0 => Spiffs
7spiffs, 0xC2, 0x0, , 448K