Adding support for Audiostar to be returned as a Synonym of Autostar for GW detection.

This commit is contained in:
2022-09-25 17:04:24 +01:00
parent fa7106a1b4
commit e851fd0e01
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -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: