Update rusefi.input (#2000)
vssacceleration should be signed 16bit value
This commit is contained in:
parent
617defd510
commit
d28276b053
|
@ -386,7 +386,7 @@ enable2ndByteCanID = false
|
|||
highFuelPressure = scalar, S16, 278, "bar", {1/@@PACK_MULT_HIGH_PRESSURE@@}, 0
|
||||
targetLambda = scalar, U16, 280, "",{1/@@PACK_MULT_LAMBDA@@}, 0.0
|
||||
AFRValue = scalar, U16, 282, "AFR",{1/@@PACK_MULT_AFR@@}, 0.0
|
||||
VssAcceleration = scalar, U16, 284, "m/s2", {1/@@PACK_MULT_MS@@}, 0.0
|
||||
VssAcceleration = scalar, S16, 284, "m/s2", {1/@@PACK_MULT_MS@@}, 0.0
|
||||
|
||||
;
|
||||
; see TunerStudioOutputChannels struct
|
||||
|
|
Loading…
Reference in New Issue