mirror of https://github.com/rusefi/wideband.git
hand merge: heater enum
This commit is contained in:
parent
38b0d709b1
commit
e99c902e0f
|
@ -8,6 +8,7 @@ enum class HeaterState
|
||||||
WarmupRamp,
|
WarmupRamp,
|
||||||
ClosedLoop,
|
ClosedLoop,
|
||||||
Stopped,
|
Stopped,
|
||||||
|
NoHeaterSupply,
|
||||||
};
|
};
|
||||||
|
|
||||||
void StartHeaterControl();
|
void StartHeaterControl();
|
||||||
|
|
Loading…
Reference in New Issue