Product string for 202207.2

This commit is contained in:
Josh Stewart 2023-05-23 16:36:07 +10:00
parent b8df0a0890
commit 92bd80cbbe
2 changed files with 2 additions and 2 deletions

View File

@ -610,7 +610,7 @@ void processSerialCommand()
case 'S': // send code version
{
//byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '2', '.', '0', '4', '-', 'd', 'e', 'v'};
byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '2', '0', '7','.','1'};
byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '2', '0', '7','.','2'};
sendSerialPayload(&productString, sizeof(productString));
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
break;

View File

@ -352,7 +352,7 @@ void legacySerialCommand()
break;
case 'S': // send code version
Serial.print(F("Speeduino 202207.1"));
Serial.print(F("Speeduino 202207.2"));
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
break;