Added code to check for LX200GPS firmware version 4G0m which does not support the GW command.

This commit is contained in:
2022-12-31 22:03:39 +00:00
parent 466d995873
commit 4b78d8fb4f
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@
public const string LX200GPS_42F = "4.2f";
// ReSharper disable once InconsistentNaming
public const string LX200GPS_42G = "4.2g";
public const string LX200GPS_4G0M = "4G0m";
#endregion
#region LX800