Added support for RCX400 using newer pulse guiding commands.

Refactored the connect set to be a little less cluttered.
This commit is contained in:
2022-07-16 14:17:39 +01:00
parent aff44494bc
commit 5f75916116
3 changed files with 58 additions and 38 deletions
+8
View File
@@ -32,5 +32,13 @@
// ReSharper disable once InconsistentNaming
public const string LX200CLASSIC = "LX200 Classic"; //GVP command is not supported!
#endregion
#region RCX400
// ReSharper disable once InconsistentNaming
public const string RCX400 = "RCX400";
public const string RCX400_22I = "2.2i";
#endregion
}
}