This commit is contained in:
parent
9b4333bb88
commit
c81e7a5bae
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue