introduced current program check
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Jakob Meier
2022-02-14 16:42:04 +01:00
parent 7adff2c9a8
commit 88a9f8f8de
3 changed files with 41 additions and 35 deletions

View File

@ -48,6 +48,9 @@ class StarTrackerHandler : public DeviceHandlerBase {
void performOperationHook() override;
static const Submode_t SUBMODE_BOOTLOADER = 0;
static const Submode_t SUBMODE_FIRMWARE = 1;
protected:
void doStartUp() override;
void doShutDown() override;