This commit is contained in:
rusefi 2017-07-06 21:26:35 -04:00
parent 594dfb639d
commit 060d1b8313
1 changed files with 3 additions and 0 deletions

View File

@ -377,6 +377,9 @@ void runFsio(void) {
enginePins.mainRelay.setValue(true); enginePins.mainRelay.setValue(true);
#endif /* EFI_MAIN_RELAY_CONTROL */ #endif /* EFI_MAIN_RELAY_CONTROL */
/**
* o2 heater is off during cranking
*/
enginePins.o2heater.setValue(engine->rpmCalculator.isRunning()); enginePins.o2heater.setValue(engine->rpmCalculator.isRunning());
if (boardConfiguration->acRelayPin != GPIO_UNASSIGNED) { if (boardConfiguration->acRelayPin != GPIO_UNASSIGNED) {