"rpmAcceleration" in TS doesn't go lower than 0 fix #5504
This commit is contained in:
parent
e9e0ef5a89
commit
1486b6709a
|
@ -43,7 +43,7 @@ bit dfcoActive
|
|||
|
||||
uint16_t RPMValue;@@GAUGE_NAME_RPM@@;"RPM",1, 0, 0, 8000, 0
|
||||
|
||||
uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
||||
int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
||||
|
||||
uint16_t autoscale speedToRpmRatio;@@GAUGE_NAME_GEAR_RATIO@@;"value",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
|
||||
uint8_t unusedVehicleSpeedKph;@@GAUGE_NAME_VVS@@;"kph",1, 0, 0, 0, 1
|
||||
|
|
Loading…
Reference in New Issue