Fixed errors

This commit is contained in:
2025-08-14 07:00:18 -04:00
parent 98a97a03a6
commit 8d2caa0afa
8 changed files with 250 additions and 187 deletions

7
partitions.csv Normal file
View File

@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 24K,
phy_init, data, phy, 0xf000, 4K,
zb_storage, data, fat, 0x10000, 16K,
zb_fct, data, fat, 0x14000, 1K,
factory, app, factory, 0x20000, 1M,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, 0x9000, 24K,
4 phy_init, data, phy, 0xf000, 4K,
5 zb_storage, data, fat, 0x10000, 16K,
6 zb_fct, data, fat, 0x14000, 1K,
7 factory, app, factory, 0x20000, 1M,