Matching product string for legacy comms

This commit is contained in:
Josh Stewart 2022-09-17 09:46:07 +10:00
parent 3c70531c75
commit 11024a2070
1 changed files with 1 additions and 1 deletions

View File

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