logtool fix, reboot, only ap mode

This commit is contained in:
Thaddeus Hughes
2026-04-09 07:41:15 -05:00
parent 837ec18fad
commit b0b317a0fe
43 changed files with 3470 additions and 1068 deletions

View File

@@ -5,6 +5,6 @@ otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 1536K,
ota_1, app, ota_1, 0x190000, 1536K,
params, data, 0x40, 0x310000, 16K,
log, data, 0x41, 0x314000, 108K,
post_test, data, 0x42, 0x32F000, 4K,
post_test, data, 0x42, 0x310000, 4K,
params, data, 0x40, 0x311000, 16K,
log, data, 0x41, 0x315000, 4916K,
1 # ESP32 Partition Table - 8MB (0x800000) Flash with OTA Support
5 phy_init, data, phy, 0xf000, 0x1000,
6 ota_0, app, ota_0, 0x10000, 1536K,
7 ota_1, app, ota_1, 0x190000, 1536K,
8 params, data, 0x40, 0x310000, 16K, post_test, data, 0x42, 0x310000, 4K,
9 log, data, 0x41, 0x314000, 108K, params, data, 0x40, 0x311000, 16K,
10 post_test, data, 0x42, 0x32F000, 4K, log, data, 0x41, 0x315000, 4916K,