using test booleans
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-01-15 13:09:33 +01:00
parent e73dc2f191
commit a706f6d9bd
2 changed files with 16 additions and 3 deletions

View File

@ -9,6 +9,10 @@ public:
ReturnValue_t initialize() override;
private:
bool doTestSdCard = false;
bool doTestScratchApi = false;
bool doTestGps = false;
CoreController* coreController = nullptr;
ReturnValue_t performOneShotAction() override;
ReturnValue_t performPeriodicAction() override;