Feature COM PDEC FDIR #599

Merged
muellerr merged 13 commits from feature_com_pdec_fdir into develop 2023-04-14 20:09:45 +02:00
Showing only changes of commit 46862825ec - Show all commits

View File

@ -37,7 +37,9 @@ class EiveSystem : public Subsystem, public HasActionsIF {
uint8_t frameDirtyErrorCounter = 0;
Countdown frameDirtyCheckCd = Countdown(10000);
Countdown ptmeResetWasAttemptedCd = Countdown(60000);
// If the PDEC reset was already attempted in the last 2 minutes, there is a high chance that
// only a full reboot will fix the issue.
Countdown ptmeResetWasAttemptedCd = Countdown(120000);
ActionHelper actionHelper;
PowerSwitchIF* powerSwitcher = nullptr;