Added messages to include information about what is being sent via the serial port.
This commit is contained in:
@@ -2679,10 +2679,10 @@ namespace Meade.net.Telescope.UnitTests
|
||||
}
|
||||
|
||||
[TestCase(DriveRates.driveSidereal, "60.1")]
|
||||
[TestCase(DriveRates.driveSolar, "60.0")]
|
||||
[TestCase(DriveRates.driveSidereal, "60.0")]
|
||||
[TestCase(DriveRates.driveLunar, "57.9")]
|
||||
[TestCase(DriveRates.driveSidereal, "+60.1")]
|
||||
[TestCase(DriveRates.driveSolar, "+60.0")]
|
||||
[TestCase(DriveRates.driveSidereal, "+60.0")]
|
||||
[TestCase(DriveRates.driveLunar, "+57.9")]
|
||||
[TestCase(DriveRates.driveLunar, "57.3")]
|
||||
[TestCase(DriveRates.driveLunar, "58.9")]
|
||||
|
||||
Reference in New Issue
Block a user