Adicionar primeiro

This commit is contained in:
2025-06-06 21:17:25 +01:00
parent c188084ba4
commit 282e7f517b
841 changed files with 199592 additions and 1 deletions

8
partitions.csv Executable file
View File

@@ -0,0 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 3500k,
fctry, data, nvs, , 0x6000
cfg, data, spiffs, , 16K,
data, data, spiffs, , 304K,
1 # Name, Type, SubType, Offset, Size, Flags
2 nvs, data, nvs, 0x9000, 0x4000,
3 otadata, data, ota, 0xd000, 0x2000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 3500k,
6 fctry, data, nvs, , 0x6000
7 cfg, data, spiffs, , 16K,
8 data, data, spiffs, , 304K,