Removed the requirement for GW Support when trying to set the alignment mode.

This commit is contained in:
2022-05-09 12:09:59 +01:00
parent 1b220334d6
commit 356377ce36
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1030,8 +1030,8 @@ namespace ASCOM.Meade.net
CheckConnected("AlignmentMode Set");
//todo tidy this up into a better solution that means can :GW#, :AL#, :AA#, & :AP# and checked for Autostar properly
if (!IsGwCommandSupported())
throw new PropertyNotImplementedException("AlignmentMode", true);
//if (!IsGwCommandSupported())
// throw new PropertyNotImplementedException("AlignmentMode", true);
switch (value)
{