From 7de592d46d4b4e38bb2f1e11296787636d328b8a Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 10 Feb 2020 08:08:00 -0800 Subject: [PATCH] update todo list --- TODO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 45d00b42f..41ab7566d 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ # 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. * use https://platformio.org/lib/show/1260/OneButton * 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? * 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. -* 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 +* 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 * 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 @@ -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 * 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. -* DONE dynamic nodenum assignment tasks \ No newline at end of file +* DONE dynamic nodenum assignment tasks +* make jtag debugger id stable: https://askubuntu.com/questions/49910/how-to-distinguish-between-identical-usb-to-serial-adapters