Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.
This commit is contained in:
7
partitions.csv
Normal file
7
partitions.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# Note: if you have external SPI flash, and run the partition table in it,
|
||||
# the offset should be 0x0
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
phy_init, data, phy, 0xe000, 0x1000,
|
||||
factory, app, factory, 0x10000, 0x1E0000,
|
||||
storage, data, spiffs, 0x1F0000, 0x10000,
|
||||
|
Reference in New Issue
Block a user