Update rusefi.input (#2000)

vssacceleration should be signed 16bit value
This commit is contained in:
shadowm60 2020-12-02 22:06:36 +02:00 committed by GitHub
parent 617defd510
commit d28276b053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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