diff --git a/src/mesh/NodeDB.cpp b/src/mesh/NodeDB.cpp index 5eb8320ac..ca81fb037 100644 --- a/src/mesh/NodeDB.cpp +++ b/src/mesh/NodeDB.cpp @@ -105,6 +105,13 @@ bool NodeDB::resetRadioConfig() Bluefruit.Periph.clearBonds(); Bluefruit.Central.clearBonds(); + + installDefaultDeviceState(); + installDefaultRadioConfig(); + installDefaultChannels(); + saveToDisk(); + saveChannelsToDisk(); + #endif didFactoryReset = true; }