Added check to ensure that the Lunar Tracking rate cannot be selected on the LX200 Classic.

This commit is contained in:
2021-08-04 18:48:24 +01:00
parent 27a0f54b07
commit 49c43358de
3 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -2685,7 +2685,7 @@ namespace ASCOM.Meade.net
{
get
{
ITrackingRates trackingRates = new TrackingRates();
ITrackingRates trackingRates = new TrackingRates(SharedResourcesWrapper.ProductName != TelescopeList.LX200CLASSIC);
LogMessage("TrackingRates", "Get - ");
foreach (DriveRates driveRate in trackingRates)
{