modified the get tracking code to make it less better. amd more tolerant of lunar speeds, taken from Nasa and other sources (Info from David Richards)
This commit is contained in:
@@ -2783,6 +2783,8 @@ namespace Meade.net.Telescope.UnitTests
|
||||
[TestCase(DriveRates.driveSidereal, "+60.1")]
|
||||
[TestCase(DriveRates.driveSolar, "+60.0")]
|
||||
[TestCase(DriveRates.driveLunar, "+57.9")]
|
||||
[TestCase(DriveRates.driveLunar, "57.3")]
|
||||
[TestCase(DriveRates.driveLunar, "58.9")]
|
||||
public void TrackingRate_Get_WhenConnected_ThenSendsCommandToTelescope(DriveRates rate, string trackingRate)
|
||||
{
|
||||
_siderealTrackingRate = trackingRate;
|
||||
|
||||
Reference in New Issue
Block a user