mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
60339b812b
Now uses the designated partition (type 0xC2, 0x00) unconditionally.
255 B
255 B
1 | # Espressif ESP32 Partition Table |
---|---|
2 | # Name, Type, SubType, Offset, Size |
3 | factory, app, factory, 0x10000, 1M |
4 | rfdata, data, rf, 0x110000, 256K |
5 | wifidata,data, wifi, 0x150000, 256K |
6 | # 0xC2 => NodeMCU, 0x0 => Spiffs |
7 | spiffs, 0xC2, 0x0, , 448K |