This commit is contained in:
rusefi 2017-07-06 21:26:35 -04:00
parent 26238dbac7
commit 98458da2f1
1 changed files with 3 additions and 0 deletions

View File

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