Skip to content

Commit 6bad37c

Browse files
committed
OTA: enable spiffs formatOnFail by default
1 parent 54e83e4 commit 6bad37c

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)