From 003dbe059a90c196043dd2bad9ac748b8c3aef3a Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Sat, 18 Feb 2023 22:50:57 +0000 Subject: [PATCH] . 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. --- Meade.net.Telescope/Telescope.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 1930254..c561440 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -435,6 +435,7 @@ namespace ASCOM.Meade.net break; default: result = SharedResourcesWrapper.SendChars(Tl, command, raw, count: 3); + break; } } else