diff --git a/TODO.md b/TODO.md index 53275626..d1887f8e 100644 --- a/TODO.md +++ b/TODO.md @@ -62,6 +62,7 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w # Low priority +* using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map * We let anyone scan for us (FIXME, perhaps only allow that until we are paired with a phone and configured) * use two different env flags for ttgo vs lora32. https://docs.platformio.org/en/latest/ide/vscode.html#key-bindings * sim gps data for testing nodes that don't have hardware diff --git a/partition-table.csv b/partition-table.csv index e5d7ead7..dcf41ec4 100644 --- a/partition-table.csv +++ b/partition-table.csv @@ -1,8 +1,8 @@ -# This is autogenerated by genpartions.py - change that tool instead! -# appsize=1952 KB, spiffs=128 KB, usernvs=8 KB +# FIXME! using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map +# This is a layout for 4MB of flash # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000, -otadata, data, ota, , 0x2000, -app0, app, ota_0, , 0x1e8000, -app1, app, ota_1, , 0x1e8000, -spiffs, data, spiffs, , 0x20000 +otadata, data, ota, 0xe000, 0x2000, +app0, app, ota_0, 0x10000, 0x1c0000, +app1, app, ota_1, 0x1d0000,0x1c0000, +spiffs, data, spiffs, 0x390000,0x070000, \ No newline at end of file