this is the cleanest solution
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build started...

This commit is contained in:
2023-08-02 09:19:43 +02:00
parent 988da377b1
commit 4b4dd35b55
2 changed files with 11 additions and 5 deletions

View File

@ -41,6 +41,8 @@ class EiveSystem : public Subsystem, public HasActionsIF {
// only a full reboot will fix the issue.
Countdown ptmeResetWasAttemptedCd = Countdown(120000);
bool ptmeResetWasAttempted = false;
bool waitingForI2cReboot = false;
bool waitingForPdecReboot = false;
ActionHelper actionHelper;
PowerSwitchIF* powerSwitcher = nullptr;