Code inspections

This commit is contained in:
2019-09-28 23:10:37 +01:00
parent 0bbfa5f9c3
commit b8faab13b3
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -13,16 +13,21 @@ namespace ASCOM.Meade.net
public static readonly string Autostar497 = "Autostar";
//Autostar/Audiostar firmware revisions
// ReSharper disable once InconsistentNaming
public static readonly string Autostar497_30Ee = "30Ee";
// ReSharper disable once InconsistentNaming
public static readonly string Autostar497_31Ee = "31Ee";
// ReSharper disable once InconsistentNaming
public static readonly string Autostar497_43Eg = "43Eg";
#endregion
#region LX200GPS
// ReSharper disable once InconsistentNaming
public static readonly string LX200GPS = "LX2001";
// ReSharper disable once InconsistentNaming
public static readonly string LX200GPS_42G = "4.2G";
#endregion