sforkowany z mirror/meshtastic-firmware
for the time being use my old partition table to make TTGO happy
rodzic
0158fcf352
commit
c41a6a860a
1
TODO.md
1
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
|
||||
|
|
|
@ -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,
|
|
Ładowanie…
Reference in New Issue