Development signature for Nov (Late)
This commit is contained in:
parent
af40812586
commit
6921107373
|
@ -62,12 +62,12 @@ void command()
|
|||
break;
|
||||
|
||||
case 'S': // send code version
|
||||
Serial.print("Speeduino 2016.10");
|
||||
Serial.print("Speeduino 2016.11-dev");
|
||||
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
|
||||
break;
|
||||
|
||||
case 'Q': // send code version
|
||||
Serial.print("speeduino 201610");
|
||||
Serial.print("speeduino 201611-dev");
|
||||
break;
|
||||
|
||||
case 'V': // send VE table and constants in binary
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
queryCommand = "Q"
|
||||
;signature = 20
|
||||
signature = "speeduino 201610"
|
||||
signature = "speeduino 201611-dev"
|
||||
versionInfo = "S" ; Put this in the title bar.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue