Adding support for Audiostar to be returned as a Synonym of Autostar for GW detection.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#define Telescope
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
@@ -769,6 +768,7 @@ namespace ASCOM.Meade.net
|
||||
{
|
||||
case TelescopeList.LX200CLASSIC:
|
||||
return false;
|
||||
case TelescopeList.Audiostar:
|
||||
case TelescopeList.Autostar497:
|
||||
return FirmwareIsGreaterThan(TelescopeList.Autostar497_43Eg);
|
||||
case TelescopeList.LX200GPS:
|
||||
|
||||
Reference in New Issue
Block a user