mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
todo updates
This commit is contained in:
parent
2a6480ec48
commit
9502fa62e6
@ -4,11 +4,18 @@ You probably don't care about this section - skip to the next one.
|
|||||||
|
|
||||||
## before next release
|
## before next release
|
||||||
|
|
||||||
* before next relase: test empty channel sets 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)
|
||||||
* test link sharing on android
|
* DONE add ch-del
|
||||||
* timestamps on oled screen are wrong - don't seem to be updating based on message rx
|
* DONE channel hash suffixes are wrong on android
|
||||||
* 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
|
* 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:
|
## 1.2 cleanup & multichannel support:
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
;default_envs = tbeam
|
default_envs = tbeam
|
||||||
;default_envs = tbeam0.7
|
;default_envs = tbeam0.7
|
||||||
;default_envs = heltec
|
;default_envs = heltec
|
||||||
;default_envs = tlora-v1
|
;default_envs = tlora-v1
|
||||||
@ -17,7 +17,7 @@
|
|||||||
;default_envs = lora-relay-v1 # nrf board
|
;default_envs = lora-relay-v1 # nrf board
|
||||||
;default_envs = eink
|
;default_envs = eink
|
||||||
;default_envs = nrf52840dk-geeksville
|
;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]
|
||||||
; common is not currently used
|
; common is not currently used
|
||||||
|
Loading…
Reference in New Issue
Block a user