September final signature

This commit is contained in:
Josh Stewart 2016-09-30 21:18:23 +10:00
parent 0101537890
commit 484e92a8bc
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ void command()
break;
case 'Q': // send code version
Serial.print("speeduino 201609-dev");
Serial.print("speeduino 201609");
break;
case 'V': // send VE table and constants in binary

View File

@ -6,7 +6,7 @@
queryCommand = "Q"
;signature = 20
signature = "speeduino 201609-dev"
signature = "speeduino 201609"
versionInfo = "S" ; Put this in the title bar.