parent
004e02fa0d
commit
b7d6a439ef
|
@ -396,7 +396,7 @@ float mapFast
|
|||
uint16_t autoscale actualLastInjectionStage2;@@GAUGE_NAME_FUEL_LAST_INJECTION_STAGE_2@@;"ms",{1/@@PACK_MULT_MS@@}, 0, 0, 0, 3
|
||||
|
||||
uint8_t autoscale injectorDutyCycleStage2;@@GAUGE_NAME_FUEL_INJ_DUTY_STAGE_2@@;"%",{1/2}, 0, 0, 0, 0
|
||||
uint8_t unusedByteHere
|
||||
uint8_t rawFlexFreq
|
||||
|
||||
uint8_t fastAdcErrorsCount
|
||||
uint8_t deviceUid
|
||||
|
|
|
@ -1714,6 +1714,7 @@ gaugeCategory = Sensors - Raw
|
|||
rawAfrGauge = rawAfr , "Raw EGO", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
||||
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
||||
rawFlexFreqGauge = rawFlexFreq, "Raw Flex", "Hz", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
|
||||
gaugeCategory = Transmission
|
||||
desiredGearGauge = tcuDesiredGear, @@GAUGE_NAME_DESIRED_GEAR@@, "gear", -1, 10, -1, -1, 10, 10, 0, 0@@if_show_tcu_gauges
|
||||
|
|
Loading…
Reference in New Issue