. doing the trim of the trailing # after writing the log message.

. for LX800 scopes, trying to use a send string instead of send chars for GW command.
This commit is contained in:
2023-02-18 22:50:57 +00:00
parent c673e0c7d6
commit 003dbe059a
+1
View File
@@ -435,6 +435,7 @@ namespace ASCOM.Meade.net
break;
default:
result = SharedResourcesWrapper.SendChars(Tl, command, raw, count: 3);
break;
}
}
else