This commit is contained in:
parent
5e74c8e0bf
commit
e1500ea729
|
@ -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
|
||||
|
|
|
@ -59,7 +59,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jul 25 20:21:45 EDT 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jul 26 20:23:40 EDT 2017
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -2398,6 +2398,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
|
||||
|
|
|
@ -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