Update to v1.8.0 #100

Merged
muellerr merged 125 commits from develop into main 2021-09-24 10:17:43 +02:00
37 changed files with 1949 additions and 1629 deletions
Showing only changes of commit 46e3956bca - Show all commits

2
fsfw

Submodule fsfw updated: e6e1936293...a8167f5431

View File

@ -62,6 +62,7 @@ ReturnValue_t GPSHyperionHandler::buildCommandFromCommand(
gpsSet.setValidity(false, true);
// The user needs to implement this. Don't touch states for now, the device should
// quickly reboot and send valid strings again.
actionHelper.finish(true, getCommanderQueueId(deviceCommand), deviceCommand);
return resetCallback(resetCallbackArgs);
}
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;