Upgrade public source code to version 1.0.1332. New boards support

This commit is contained in:
Dmitry
2025-11-14 17:33:20 -05:00
parent 668a86f291
commit af5732e71b
26 changed files with 832 additions and 140 deletions

7
partition-table16.csv Normal file
View File

@@ -0,0 +1,7 @@
# This is a layout for 16MB of flash
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x2F0000,
config, data, spiffs, 0x300000, 0x2F0000,
spiffs, data, spiffs, 0x5F0000,0xA10000,
1 # This is a layout for 16MB of flash
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x5000,
4 otadata, data, ota, 0xe000, 0x2000,
5 app0, app, ota_0, 0x10000, 0x2F0000,
6 config, data, spiffs, 0x300000, 0x2F0000,
7 spiffs, data, spiffs, 0x5F0000,0xA10000,