geeksville todo

This commit is contained in:
Kevin Hester
2021-03-19 15:24:24 +08:00
parent 21cfb151a8
commit 7c5ab885be
2 changed files with 8 additions and 6 deletions

View File

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