Factory reset should include modules and channels (#1828)

raytac-diy
Ben Meadors 2022-10-20 07:51:52 -05:00 zatwierdzone przez GitHub
rodzic 995885962d
commit 97968213ff
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -130,6 +130,8 @@ bool NodeDB::factoryReset()
// second, install default state (this will deal with the duplicate mac address issue) // second, install default state (this will deal with the duplicate mac address issue)
installDefaultDeviceState(); installDefaultDeviceState();
installDefaultConfig(); installDefaultConfig();
installDefaultModuleConfig();
installDefaultChannels();
// third, write everything to disk // third, write everything to disk
saveToDisk(); saveToDisk();
#ifdef ARCH_ESP32 #ifdef ARCH_ESP32