We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54e83e4 + 6bad37c commit cd39bfdCopy full SHA for cd39bfd
UNOR4USBBridge/cmds_ota.h
@@ -66,7 +66,7 @@ void CAtHandler::add_cmds_ota() {
66
return chAT::CommandStatus::ERROR;
67
}
68
69
- bool formatOnFail = false;
+ bool formatOnFail = true;
70
if (parser.args.size() == 2) {
71
auto &format = parser.args[1];
72
if (format.empty()) {
0 commit comments