turn off WBO on critical error

only:alphax-8chan
This commit is contained in:
rusefillc 2025-01-13 22:04:57 -05:00
parent 3b08dce634
commit 4995904e0d
1 changed files with 3 additions and 0 deletions

View File

@ -846,6 +846,9 @@ void turnAllPinsOff() {
enginePins.mainRelay.setValue(false);
enginePins.fuelPumpRelay.setValue(false);
enginePins.checkEnginePin.setValue(true); // yes this one can go ON
#if EFI_PROD_CODE && HW_HELLEN
hellenDisableEn("fatal");
#endif
}
#endif /* EFI_GPIO_HARDWARE */