Belated May dev signature

This commit is contained in:
Josh Stewart 2017-05-10 13:55:26 +10:00
parent a7460f93d2
commit cfebe84514
2 changed files with 19 additions and 19 deletions

View File

@ -7,7 +7,7 @@
queryCommand = "Q"
;signature = 20
signature = "speeduino 201704"
signature = "speeduino 201705-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.04");
Serial.print("Speeduino 2017.05-dev");
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
break;
case 'Q': // send code version
Serial.print("speeduino 201704");
Serial.print("speeduino 201705-dev");
break;
case 'V': // send VE table and constants in binary