feat: update version to 1.2.56 and adjust firmware and partition settings

This commit is contained in:
2025-02-19 22:06:47 +01:00
parent 531d0fe9a2
commit 745d960f62
10 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1E0000,
app1, app, ota_1, 0x1F0000, 0x1E0000,
spiffs, data, spiffs, 0x3D0000, 0x30000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000, 0x140000,
spiffs, data, spiffs, 0x290000, 0x170000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x1E0000 0x140000
5 app1 app ota_1 0x1F0000 0x150000 0x1E0000 0x140000
6 spiffs data spiffs 0x3D0000 0x290000 0x30000 0x170000