June dev signature
This commit is contained in:
parent
4f62900cba
commit
ae7a75673f
|
@ -48,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir=speeduino
|
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
|
;The following lines are for testing / experimentation only. Comment the line above to try them out
|
||||||
;env_default = teensy35
|
;env_default = teensy35
|
||||||
;env_default = LaunchPad_tm4c1294ncpdt
|
;env_default = LaunchPad_tm4c1294ncpdt
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
queryCommand = "Q"
|
queryCommand = "Q"
|
||||||
;signature = 20
|
;signature = 20
|
||||||
signature = "speeduino 201705"
|
signature = "speeduino 201706-dev"
|
||||||
versionInfo = "S" ; Put this in the title bar.
|
versionInfo = "S" ; Put this in the title bar.
|
||||||
|
|
||||||
;[TunerStudio]
|
;[TunerStudio]
|
||||||
|
|
|
@ -80,12 +80,12 @@ void command()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'S': // send code version
|
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
|
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Q': // send code version
|
case 'Q': // send code version
|
||||||
Serial.print("speeduino 201705");
|
Serial.print("speeduino 201706-dev");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'V': // send VE table and constants in binary
|
case 'V': // send VE table and constants in binary
|
||||||
|
|
Loading…
Reference in New Issue