SC-F001 way better logging and parameters. not integrated yet but.
This commit is contained in:
8
partitions.csv
Normal file
8
partitions.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# ESP32 Partition Table - 8MB Flash with OTA Support
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, 0xd000, 0x2000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
ota_0, app, ota_0, 0x10000, 2M,
|
||||
ota_1, app, ota_1, 0x210000, 2M,
|
||||
storage, data, 0x40, 0x410000, 16K,
|
||||
|
Reference in New Issue
Block a user