add new heater health device
This commit is contained in:
@ -451,7 +451,7 @@ ReturnValue_t StrComHandler::performFlashWrite() {
|
||||
return returnvalue::OK;
|
||||
}
|
||||
result = writeNextSegment(idx);
|
||||
if(result != returnvalue::OK) {
|
||||
if (result != returnvalue::OK) {
|
||||
return result;
|
||||
}
|
||||
if (idx % 50 == 0) {
|
||||
|
Reference in New Issue
Block a user