add new heater health device

This commit is contained in:
2023-04-13 23:31:33 +02:00
parent aa746276ae
commit 6f67bd500b
7 changed files with 42 additions and 14 deletions

View File

@ -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) {