Added a check to the telescope to ensure that this is only triggered for the LX200CLASSIC other scopes do not need to the extra work.
This commit is contained in:
@@ -515,6 +515,9 @@ namespace ASCOM.Meade.net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private bool IsTargetCoordinateInitRequired()
|
private bool IsTargetCoordinateInitRequired()
|
||||||
{
|
{
|
||||||
|
if (SharedResourcesWrapper.ProductName != TelescopeList.LX200CLASSIC)
|
||||||
|
return false;
|
||||||
|
|
||||||
if (!_isTargetCoordinateInitRequired)
|
if (!_isTargetCoordinateInitRequired)
|
||||||
return _isTargetCoordinateInitRequired;
|
return _isTargetCoordinateInitRequired;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user