ETB duty cycle jitter #4833

still totally dead on real hardware and I've already fixed two defects! time for an indicator
This commit is contained in:
rusefi 2022-11-29 22:01:03 -05:00
parent b3a3c97b87
commit 84512567ba
1 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,6 @@ enum class ClearReason : uint8_t {
// todo: add a code generator between ClearReason and fuelIgnCutCodeList in rusefi.input
};
enum class TpsState : uint8_t {
None, // 0
Setting,
@ -34,8 +33,7 @@ enum class TpsState : uint8_t {
PpsError, // 3
InputJitter,
PidJitter,
// keep this list in sync with etbCutCodeList
// keep this list in sync with etbCutCodeList in rusefi.input!
};
// Only allows clearing the value, but never resetting it.