From 9502fa62e61c34a45c83ebebb6fb8693d848c8b7 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 19 Mar 2021 23:40:24 +0800 Subject: [PATCH] todo updates --- docs/software/TODO.md | 15 +++++++++++---- platformio.ini | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 18fa36a67..7ffe9361f 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -4,11 +4,18 @@ You probably don't care about this section - skip to the next one. ## before next release -* before next relase: test empty channel sets on android -* test link sharing on android -* timestamps on oled screen are wrong - don't seem to be updating based on message rx -* channel hash suffixes are wrong on android +* DONE timestamps on oled screen are wrong - don't seem to be updating based on message rx (actually: this is expected behavior when no node on the mesh has GPS time) +* DONE add ch-del +* DONE channel hash suffixes are wrong on android +* DONE before next relase: test empty channel sets on android +* DONE channel sharing in android +* DONE test 1.0 firmware update on android +* DONE test 1.1 firmware update on android +* test 1.2.10 firmware update on android +* DONE test link sharing on android * luxon bug report - seeing rx acks for nodes that are not on the network +* document how to do remote admin +* release py, android, device ## 1.2 cleanup & multichannel support: diff --git a/platformio.ini b/platformio.ini index 3965c848b..0771b0011 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -;default_envs = tbeam +default_envs = tbeam ;default_envs = tbeam0.7 ;default_envs = heltec ;default_envs = tlora-v1 @@ -17,7 +17,7 @@ ;default_envs = lora-relay-v1 # nrf board ;default_envs = eink ;default_envs = nrf52840dk-geeksville -default_envs = native # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here +;default_envs = native # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here [common] ; common is not currently used