geeksville todo

pull/746/head
Kevin Hester 2021-03-19 15:24:24 +08:00
rodzic 21cfb151a8
commit 7c5ab885be
2 zmienionych plików z 8 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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();
}