Dev signatures for 201912
This commit is contained in:
parent
f1f593f97c
commit
262e9dc506
|
@ -6,7 +6,7 @@
|
|||
MTversion = 2.25
|
||||
|
||||
queryCommand = "Q"
|
||||
signature = "speeduino 201911"
|
||||
signature = "speeduino 201912-dev"
|
||||
versionInfo = "S" ;This info is what is displayed to user
|
||||
|
||||
[TunerStudio]
|
||||
|
@ -449,7 +449,7 @@ page = 4
|
|||
batVoltCorrect = scalar, S08, 91, "v", 0.1, 0.0, -2, 2, 1 ;Battery reading calibration value. Note: Signed value
|
||||
|
||||
;Baro fuel correction
|
||||
baroFuelBins = array, U08, 92, [8], "kPa", 1.0, 0, 80, 120, 0 ; Bins for the Baro correction curve
|
||||
baroFuelBins = array, U08, 92, [8], "kPa", 1.0, 0, 70, 120, 0 ; Bins for the Baro correction curve
|
||||
baroFuelValues = array, U08, 100, [8], "%", 1.0, 0, 0, 255, 0 ; % Values for same
|
||||
|
||||
;Idle timing advance
|
||||
|
@ -2852,7 +2852,7 @@ cmdtestspk450dc = "E\x03\x0C"
|
|||
; Correction curve for Barometric pressure fuel adjustment
|
||||
curve = baroFuel_curve, "Baro fuel correction"
|
||||
columnLabel = "Baro Pressure", "Fuel Amount"
|
||||
xAxis = 85, 112, 6
|
||||
xAxis = 75, 112, 6
|
||||
yAxis = 0, 255, 6
|
||||
xBins = baroFuelBins, baro
|
||||
yBins = baroFuelValues
|
||||
|
|
|
@ -238,7 +238,7 @@ void command()
|
|||
break;
|
||||
|
||||
case 'Q': // send code version
|
||||
Serial.print(F("speeduino 201911"));
|
||||
Serial.print(F("speeduino 201912-dev"));
|
||||
break;
|
||||
|
||||
case 'r': //New format for the optimised OutputChannels
|
||||
|
@ -268,7 +268,7 @@ void command()
|
|||
break;
|
||||
|
||||
case 'S': // send code version
|
||||
Serial.print(F("Speeduino 2019.11"));
|
||||
Serial.print(F("Speeduino 2019.12-dev"));
|
||||
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue