This commit is contained in:
rusefi 2017-07-26 20:27:08 -04:00
parent 9b4333bb88
commit c81e7a5bae
3 changed files with 6 additions and 1 deletions

View File

@ -109,6 +109,7 @@ void Engine::reset() {
fsioTimingAdjustment = 0;
isAlternatorControlEnabled = false;
callFromPitStopEndTime = 0;
rpmHardLimitTimestamp = 0;
wallFuelCorrection = 0;
/**
* it's important for fixAngle() that engineCycle field never has zero

View File

@ -296,7 +296,10 @@ public:
/**
* remote telemetry: if not zero, time to stop flashing 'CALL FROM PIT STOP' light
*/
floatms_t callFromPitStopEndTime;
efitime_t callFromPitStopEndTime;
// timestamp of most recent time RPM hard limit was triggered
efitime_t rpmHardLimitTimestamp;
/**
* This flag indicated a big enough problem that engine control would be

View File

@ -1631,6 +1631,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
panel = TpsAccelPanel
field = "sucked off wall coefficient", suckedOffCoef
field = "added to wall coef", addedToWallCoef
field = "No accel after RPM hard limit", noAccelAfterHardLimitPeriodSecs
; Flex Logic