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 8cf9dd9136 - Show all commits

View File

@ -282,7 +282,7 @@ void EiveSystem::pdecRecoveryLogic() {
ptmeResetWasAttempted = false;
}
if (frameDirtyCheckCd.hasTimedOut()) {
if (frameDirtyErrorCounter >= 4) {
if (frameDirtyErrorCounter >= FRAME_DIRTY_COM_REBOOT_LIMIT) {
// If a PTME reset was already attempted and there is still an issue receiving TC frames,
// reboot the system.
if (ptmeResetWasAttempted) {