Skip to content

Commit 653d3b3

Browse files
committed
:GV should terminate with #
1 parent 3747e22 commit 653d3b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Software/Arduino code/OpenAstroTracker/f_serial.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ void handleMeadeGetInfo(String inCmd) {
3030
case 'V' : {
3131
if (cmdTwo == 'N') {
3232
Serial.print(version);
33+
Serial.print("#");
3334
}
3435
else if (cmdTwo == 'P') {
35-
Serial.print("OpenAstroTracker");
36+
Serial.print("OpenAstroTracker#");
3637
}
3738
}
3839
break;

0 commit comments

Comments
 (0)