September dev signature

This commit is contained in:
Josh Stewart 2017-09-10 00:51:10 +10:00
parent d8d1d8ff04
commit 0694564ed1
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
queryCommand = "Q"
;signature = 20
signature = "speeduino 201708"
signature = "speeduino 201709-dev"
versionInfo = "S" ; Put this in the title bar.
[TunerStudio]

View File

@ -76,12 +76,12 @@ void command()
break;
case 'S': // send code version
Serial.print("Speeduino 2017.08");
Serial.print("Speeduino 2017.09-dev");
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
break;
case 'Q': // send code version
Serial.print("speeduino 201708");
Serial.print("speeduino 201709-dev");
break;
case 'V': // send VE table and constants in binary