Refining logging

This commit is contained in:
Thaddeus Hughes
2026-01-13 18:35:31 -06:00
parent 49e728ec2b
commit 982ada9787
14 changed files with 594 additions and 507 deletions

View File

@@ -1,8 +1,8 @@
# ESP32 Partition Table - 8MB Flash with OTA Support
# ESP32 Partition Table - 8MB (0x800000) Flash with OTA Support
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 1536K,
ota_1, app, ota_1, 0x290000, 1536K,
storage, data, 0x40, 0x410000, 32K,
ota_0, app, ota_0, 0x10000, 1280K,
ota_1, app, ota_1, 0x150000, 1280K,
storage, data, 0x40, 0x290000, 5568K,
1 # ESP32 Partition Table - 8MB Flash with OTA Support # ESP32 Partition Table - 8MB (0x800000) Flash with OTA Support
2 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x4000, nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000, otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
6 ota_0, app, ota_0, 0x10000, 1536K, ota_0, app, ota_0, 0x10000, 1280K,
7 ota_1, app, ota_1, 0x290000, 1536K, ota_1, app, ota_1, 0x150000, 1280K,
8 storage, data, 0x40, 0x410000, 32K, storage, data, 0x40, 0x290000, 5568K,