Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.

This commit is contained in:
2026-04-28 01:04:33 +02:00
parent 9b31240ea9
commit 1d246d6d8a
1033 changed files with 43220 additions and 15793 deletions

7
partitions.csv Normal file
View 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,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have external SPI flash, and run the partition table in it,
3 # the offset should be 0x0
4 nvs, data, nvs, 0x9000, 0x5000,
5 phy_init, data, phy, 0xe000, 0x1000,
6 factory, app, factory, 0x10000, 0x1E0000,
7 storage, data, spiffs, 0x1F0000, 0x10000,