mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
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 |