From 67c4fe9f63ee209e66ac844d702a0f91cf746580 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 12 Feb 2020 22:56:31 -0500 Subject: [PATCH] catching up --- firmware/tunerstudio/rusefi_kinetis.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/firmware/tunerstudio/rusefi_kinetis.ini b/firmware/tunerstudio/rusefi_kinetis.ini index 125b2dc43c..dd562c1ae6 100644 --- a/firmware/tunerstudio/rusefi_kinetis.ini +++ b/firmware/tunerstudio/rusefi_kinetis.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Tue Feb 04 00:55:30 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Wed Feb 12 20:10:22 EST 2020 pageSize = 20000 page = 1 @@ -1341,8 +1341,8 @@ fileVersion = { 20191221 } ; throttle, pedal - TPSValue = scalar, U16, 20, "%",{1/100}, 0 - throttlePedalPosition = scalar,U16, 22, "%",{1/100}, 0 + TPSValue = scalar, S16, 20, "%",{1/100}, 0 + throttlePedalPosition = scalar,S16, 22, "%",{1/100}, 0 tpsADC = scalar, U16, 24, "ADC", 1, 0.0; ; air flow/mass measurments @@ -1375,9 +1375,9 @@ fileVersion = { 20191221 } ; Corrections injectorLagMs = scalar, U16, 62, "ms",{1/300}, 0.0 - iatCorrection = scalar, U16, 64, "%",{1/100}, 0 - cltCorrection = scalar, U16, 66, "%",{1/100}, 0 - baroCorrection = scalar, U16, 68, "%",{1/100}, 0 + iatCorrection = scalar, S16, 64, "%",{1/100}, 0 + cltCorrection = scalar, S16, 66, "%",{1/100}, 0 + baroCorrection = scalar, S16, 68, "%",{1/100}, 0 fuelPidCorrection=scalar, S16, 70, "ms",{1/300}, 0 ; Wall model AE @@ -1393,7 +1393,7 @@ fileVersion = { 20191221 } ; Ignition ignitionAdvance = scalar, S16, 84, "deg",{1/50}, 0.0 sparkDwellValue = scalar, U16, 86, "ms",{1/300}, 0.0 - coilDutyCycle = scalar, U16, 88, "%",{1/100}, 0 + coilDutyCycle = scalar, S16, 88, "%",{1/100}, 0 ; Idle & ETB idleAirValvePosition=scalar,S16, 90, "%",{1/100}, 0 @@ -3116,7 +3116,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" dialog = idleSolenoid, "Solenoid" field = "Idle Solenoid Pin Mode", idle_solenoidPinMode, !useStepperIdle field = "Idle Solenoid Pin", idle_solenoidPin, !useStepperIdle - field = "Second Idle Solenoid Pin", secondSolenoidPin, !useStepperIdle && isDoubleSolenoidIdle + field = "Second Idle Solenoid Pin", secondSolenoidPin, { !useStepperIdle && isDoubleSolenoidIdle } field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper"