finish project

This commit is contained in:
2024-05-15 18:57:11 +03:00
parent ccbffe76cc
commit df1536fd6f
62 changed files with 17547 additions and 73841 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, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 1984K,
ota_1, app, ota_1, , 1984K,
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 0x4000
4 otadata data ota 0x2000
5 phy_init data phy 0x1000
6 ota_0 app ota_0 1984K
7 ota_1 app ota_1 1984K