From 33624b7753f150293c73cbdec691d85e83007cc0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 7 Apr 2020 21:26:50 -0700 Subject: [PATCH 1/2] todo update --- docs/software/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 040c3fe4..2d80da3c 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -17,6 +17,8 @@ Items to complete soon (next couple of alpha releases). Items to complete before the first beta release. +- Don't store position packets in the to phone fifo if we are disconnected. The phone will get that info for 'free' when it +fetches the fresh nodedb. - Use the RFM95 sequencer to stay in idle mode most of the time, then automatically go to receive mode and automatically go from transmit to receive mode. See 4.2.8.2 of manual. - possibly switch to https://github.com/SlashDevin/NeoGPS for gps comms - good source of battery/signal/gps icons https://materialdesignicons.com/ From 06a17885ebb159f5d9aca421c841f75bcbbe4aeb Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 7 Apr 2020 21:27:08 -0700 Subject: [PATCH 2/2] need need to link against the axp202 library on devices that don't have it --- platformio.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c59700dc..093a8d47 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,7 +62,6 @@ debug_init_break = tbreak setup lib_deps = https://github.com/meshtastic/RadioHead.git#d32df52f8c80eb2525d3774adc1fe36bb4c32952 https://github.com/meshtastic/esp8266-oled-ssd1306.git ; ESP8266_SSD1306 - AXP202X_Library SPI ; 1260 ; OneButton - not used yet 1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib