June dev signature

This commit is contained in:
Josh Stewart 2017-06-06 08:32:08 +10:00
parent 4f62900cba
commit ae7a75673f
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11
[platformio]
src_dir=speeduino
;env_default = megaatmega2560
env_default = megaatmega2560, teensy35
;The following lines are for testing / experimentation only. Comment the line above to try them out
;env_default = teensy35
;env_default = LaunchPad_tm4c1294ncpdt

View File

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

View File

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