mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
geeksville todo
This commit is contained in:
parent
21cfb151a8
commit
7c5ab885be
@ -2,16 +2,19 @@
|
||||
|
||||
You probably don't care about this section - skip to the next one.
|
||||
|
||||
## 1.2 cleanup & multichannel support:
|
||||
## 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
|
||||
* luxon bug report - seeing rx acks for nodes that are not on the network
|
||||
|
||||
## 1.2 cleanup & multichannel support:
|
||||
|
||||
* DONE cleanup the external notification and serial plugins
|
||||
* non ack version of stress test fails sometimes!
|
||||
* timestamps on oled screen are wrong - don't seem to be updating based on message rx
|
||||
* luxon bug report - seeing rx acks for nodes that are not on the network
|
||||
* channel hash suffixes are wrong on android
|
||||
|
||||
* tx fault test has a bug #734
|
||||
* DONE move device types into an enum in nodeinfo
|
||||
* fix android to use new device types for firmware update
|
||||
|
@ -113,8 +113,7 @@ void AdminPlugin::handleSetChannel(const Channel &cc)
|
||||
if (cc.index == 0) {
|
||||
// FIXME, this updates the user preferences also, which isn't needed - we really just want to notify on configChanged
|
||||
service.reloadConfig();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
channels.onConfigChanged(); // tell the radios about this change
|
||||
nodeDB.saveChannelsToDisk();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user