This commit is contained in:
Glyn Hudson 2016-11-30 14:15:58 +00:00 committed by GitHub
parent 5f578bc92e
commit 45e8b37298
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ static void config (char c) {
break;
case 'v': // print firmware version
Serial.print(F("[emonTx FW: V")); Serial.print(version*0.1); Serial.print(F("]"));
Serial.print(F("[emonTH FW: V")); Serial.print(version*0.1); Serial.print(F("]"));
break;
default:
@ -120,4 +120,4 @@ static void showString (PGM_P s) {
Serial.print('\r');
Serial.print(c);
}
}
}