Added check to ensure that the Lunar Tracking rate cannot be selected on the LX200 Classic.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user