April dev firmware
This commit is contained in:
parent
21cdfa7f03
commit
ac37fafc84
File diff suppressed because it is too large
Load Diff
|
@ -72,12 +72,12 @@ void command()
|
|||
break;
|
||||
|
||||
case 'S': // send code version
|
||||
Serial.print("Speeduino 2017.03");
|
||||
Serial.print("Speeduino 2017.04-dev");
|
||||
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
|
||||
break;
|
||||
|
||||
case 'Q': // send code version
|
||||
Serial.print("speeduino 201703");
|
||||
Serial.print("speeduino 201704-dev");
|
||||
break;
|
||||
|
||||
case 'V': // send VE table and constants in binary
|
||||
|
|
Loading…
Reference in New Issue