mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 09:02:14 +00:00
Add missing restart parameters
This commit is contained in:
parent
0dff4538f3
commit
cdd499f147
@ -481,7 +481,7 @@ bool saveProto(const char *filename, size_t protoSize, size_t objSize, const pb_
|
|||||||
if(failedCounter >= 2){
|
if(failedCounter >= 2){
|
||||||
FSCom.format();
|
FSCom.format();
|
||||||
//After formatting, the device needs to be restarted
|
//After formatting, the device needs to be restarted
|
||||||
nodeDB.resetRadioConfig();
|
nodeDB.resetRadioConfig(true);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user