Added code to check for LX200GPS firmware version 4G0m which does not support the GW command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user