diff --git a/src/mesh/NodeDB.cpp b/src/mesh/NodeDB.cpp index 5009a2697..6b2d5bfb3 100644 --- a/src/mesh/NodeDB.cpp +++ b/src/mesh/NodeDB.cpp @@ -481,7 +481,7 @@ bool saveProto(const char *filename, size_t protoSize, size_t objSize, const pb_ if(failedCounter >= 2){ FSCom.format(); //After formatting, the device needs to be restarted - nodeDB.resetRadioConfig(); + nodeDB.resetRadioConfig(true); } #endif }