Add crash logging and retrieval

This commit is contained in:
2026-02-28 10:15:44 -05:00
parent 8135f0e248
commit f8b43036b3
5 changed files with 133 additions and 5 deletions

8
partitions.csv Normal file
View File

@@ -0,0 +1,8 @@
# 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, , 0x6000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 1648K,
ota_1, app, ota_1, , 1648K,
coredump,data,coredump,,64k,
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 0x6000
4 otadata data ota 0x2000
5 phy_init data phy 0x1000
6 ota_0 app ota_0 1648K
7 ota_1 app ota_1 1648K
8 coredump data coredump 64k