Added messages to include information about what is being sent via the serial port.

This commit is contained in:
2022-07-25 16:07:55 +01:00
parent 6428e6d31b
commit 7287990240
5 changed files with 37 additions and 26 deletions
@@ -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")]