Update comms.ino
This commit is contained in:
parent
b68a1c4912
commit
5195e705d8
27
comms.ino
27
comms.ino
|
@ -62,39 +62,14 @@ void command()
|
|||
break;
|
||||
|
||||
case 'S': // send code version
|
||||
//Serial.print(signature);
|
||||
//break;
|
||||
|
||||
/*
|
||||
char titleString[18];
|
||||
strcat(titleString, displaySignature);
|
||||
strcat(titleString, " ");
|
||||
strcat(titleString, TSfirmwareVersion);
|
||||
|
||||
//Serial.print(titleString);
|
||||
//Serial.write(titleString,16);
|
||||
*/
|
||||
Serial.print("Speeduino 2016.09");
|
||||
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
|
||||
break;
|
||||
|
||||
case 'Q': // send code version
|
||||
Serial.print("speeduino 201608");
|
||||
|
||||
//Serial.print(signature);
|
||||
//Serial.write(signature);
|
||||
Serial.print("speeduino 201609");
|
||||
break;
|
||||
|
||||
//The following requires TunerStudio 3
|
||||
/*
|
||||
strcat(titleString, signature);
|
||||
strcat(titleString, " ");
|
||||
strcat(titleString, TSfirmwareVersion);
|
||||
|
||||
Serial.write(titleString,19);
|
||||
break;
|
||||
*/
|
||||
|
||||
case 'V': // send VE table and constants in binary
|
||||
sendPage(false);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue