Skip to content

Commit cd39bfd

Browse files
authored
Merge pull request #69 from pennam/enable-formatOnFail
OTA: enable spiffs formatOnFail by default
2 parents 54e83e4 + 6bad37c commit cd39bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNOR4USBBridge/cmds_ota.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void CAtHandler::add_cmds_ota() {
6666
return chAT::CommandStatus::ERROR;
6767
}
6868

69-
bool formatOnFail = false;
69+
bool formatOnFail = true;
7070
if (parser.args.size() == 2) {
7171
auto &format = parser.args[1];
7272
if (format.empty()) {

0 commit comments

Comments
 (0)