Signatures for October release

This commit is contained in:
Josh Stewart 2016-11-08 17:05:57 +11:00
parent 42640cd34b
commit de3ee45f7f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,7 +6,7 @@
queryCommand = "Q"
;signature = 20
signature = "speeduino 201610-dev"
signature = "speeduino 201610"
versionInfo = "S" ; Put this in the title bar.