PLOC SUPV bugfix #898

Merged
muellerr merged 4 commits from ploc-supv-bugfix into main 2024-05-29 10:38:16 +02:00
Showing only changes of commit a3ac2505fe - Show all commits

View File

@ -243,6 +243,7 @@ ReturnValue_t FreshSupvHandler::executeAction(ActionId_t actionId, MessageQueueI
}
case ABORT_LONGER_REQUEST: {
uartManager->stop();
return EXECUTION_FINISHED;
}
case MEMORY_CHECK_WITH_FILE: {
UpdateParams params;