docs
This commit is contained in:
parent
594dfb639d
commit
060d1b8313
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue