mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-11 16:07:13 +00:00
update todo list
This commit is contained in:
parent
21611e682f
commit
7de592d46d
7
TODO.md
7
TODO.md
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# Medium priority
|
# Medium priority
|
||||||
|
|
||||||
|
* apply radio settings from android land
|
||||||
* only BLE advertise for a short time after the screen is on and button pressed - to save power and prevent people for sniffing for our BT app.
|
* only BLE advertise for a short time after the screen is on and button pressed - to save power and prevent people for sniffing for our BT app.
|
||||||
* use https://platformio.org/lib/show/1260/OneButton
|
* use https://platformio.org/lib/show/1260/OneButton
|
||||||
* make an about to sleep screen
|
* make an about to sleep screen
|
||||||
@ -49,10 +50,11 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
|
|||||||
* pick channel center frequency based on name? "dolphin" would hash to 900Mhz, "cat" to 905MHz etc? Or is that too opaque?
|
* pick channel center frequency based on name? "dolphin" would hash to 900Mhz, "cat" to 905MHz etc? Or is that too opaque?
|
||||||
* scan to find channels with low background noise?
|
* scan to find channels with low background noise?
|
||||||
* share channel settings over Signal (or qr code) by embedding an an URL which is handled by the MeshUtil app.
|
* share channel settings over Signal (or qr code) by embedding an an URL which is handled by the MeshUtil app.
|
||||||
* make jtag debugger id stable: https://askubuntu.com/questions/49910/how-to-distinguish-between-identical-usb-to-serial-adapters
|
* good tips on which bands might be more free https://github.com/TheThingsNetwork/ttn/issues/119
|
||||||
|
|
||||||
# Low priority
|
# Low priority
|
||||||
|
|
||||||
|
* add receive timestamps to messages, inserted by esp32 when message is received but then shown on the phone
|
||||||
* if radio params change fundamentally, discard the nodedb
|
* if radio params change fundamentally, discard the nodedb
|
||||||
* discard very old nodedb records (> 1wk)
|
* discard very old nodedb records (> 1wk)
|
||||||
* using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
|
* using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
|
||||||
@ -106,4 +108,5 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
|
|||||||
* save our node db on entry to sleep
|
* save our node db on entry to sleep
|
||||||
* fix the logo
|
* fix the logo
|
||||||
* sent/received packets (especially if a node was just reset) have variant of zero sometimes - I think there is a bug (race-condtion?) in the radio send/rx path.
|
* sent/received packets (especially if a node was just reset) have variant of zero sometimes - I think there is a bug (race-condtion?) in the radio send/rx path.
|
||||||
* DONE dynamic nodenum assignment tasks
|
* DONE dynamic nodenum assignment tasks
|
||||||
|
* make jtag debugger id stable: https://askubuntu.com/questions/49910/how-to-distinguish-between-identical-usb-to-serial-adapters
|
||||||
|
Loading…
Reference in New Issue
Block a user