add new command to reload the JSON file
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-11-16 17:07:47 +01:00
parent 3be9cae8a5
commit 9010d1d202
4 changed files with 39 additions and 11 deletions

View File

@ -544,6 +544,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
void doNormalTransition(Mode_t modeFrom, Submode_t subModeFrom);
void bootFirmware(Mode_t toMode);
void bootBootloader();
bool reloadJsonCfgFile();
};
#endif /* MISSION_DEVICES_STARTRACKERHANDLER_H_ */