that should do the job
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-04-06 22:39:57 +02:00
parent ca44b541b1
commit e9fc0c453d
2 changed files with 5 additions and 2 deletions

View File

@ -169,6 +169,7 @@ void EiveSystem::i2cRecoveryLogic() {
if (i2cRecoveryClearCountdown.hasTimedOut()) {
i2cErrors = 0;
alreadyTriedI2cRecovery = false;
i2cRebootHandlingCountdown.resetTimer();
}
// If an I2C recovery is not ongoing and the I2C error counter is above a threshold, try
// recovery or reboot if recovery was already attempted.