better logging

This commit is contained in:
Thaddeus Hughes
2025-12-29 15:49:45 -06:00
parent 039c29a39d
commit 095a52fea7
10 changed files with 138 additions and 25 deletions

View File

@@ -3,6 +3,6 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 2M,
ota_1, app, ota_1, 0x210000, 2M,
storage, data, 0x40, 0x410000, 4032K,
ota_0, app, ota_0, 0x10000, 1M,
ota_1, app, ota_1, 0x210000, 1M,
storage, data, 0x40, 0x310000, 32K,
1 # ESP32 Partition Table - 8MB Flash with OTA Support
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 ota_0, app, ota_0, 0x10000, 2M, ota_0, app, ota_0, 0x10000, 1M,
7 ota_1, app, ota_1, 0x210000, 2M, ota_1, app, ota_1, 0x210000, 1M,
8 storage, data, 0x40, 0x410000, 4032K, storage, data, 0x40, 0x310000, 32K,