diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 46298c2..daef85a 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -515,6 +515,9 @@ namespace ASCOM.Meade.net /// private bool IsTargetCoordinateInitRequired() { + if (SharedResourcesWrapper.ProductName != TelescopeList.LX200CLASSIC) + return false; + if (!_isTargetCoordinateInitRequired) return _isTargetCoordinateInitRequired;