202109 dev signatures

This commit is contained in:
Josh Stewart 2021-08-20 15:26:14 +10:00
parent e7ed4f86b8
commit 82cdbdc561
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
MTversion = 2.25
queryCommand = "Q"
signature = "speeduino 202108"
signature = "speeduino 202109-dev"
versionInfo = "S" ;This info is what is displayed to user
[TunerStudio]
@ -1683,11 +1683,11 @@ menuDialog = main
subMenu = vssSettings, "VSS and Gear detection"
subMenu = std_separator
subMenu = boostSettings, "Boost Control"
subMenu = boostLoad, "Boost Targets/Load", 8, { boostEnabled }
subMenu = boostLoad, "Boost Targets/Duty", 8, { boostEnabled }
subMenu = std_separator
subMenu = vvtSettings, "VVT Control"
subMenu = vvtTbl, "VVT duty cycle", 8, { vvtEnabled }
subMenu = vvt2Tbl, "VVT2 duty cycle", 8, { vvtEnabled && vvt2Enabled }
subMenu = vvtTbl, "VVT Target/Duty", 8, { vvtEnabled }
subMenu = vvt2Tbl, "VVT2 Target/Duty", 8, { vvtEnabled && vvt2Enabled }
subMenu = std_separator
subMenu = wmiSettings, "WMI Control", { !vvtEnabled }
subMenu = wmiTbl, "WMI duty cycle", 8, { !vvtEnabled && wmiEnabled && wmiMode > 1 }

View File

@ -283,7 +283,7 @@ void command()
break;
case 'Q': // send code version
Serial.print(F("speeduino 202108"));
Serial.print(F("speeduino 202109-dev"));
break;
case 'r': //New format for the optimised OutputChannels
@ -443,7 +443,7 @@ void command()
break;
case 'S': // send code version
Serial.print(F("Speeduino 2021.08"));
Serial.print(F("Speeduino 2021.09-dev"));
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
break;