Unit tests for Tracking property

This commit is contained in:
2019-07-16 23:33:53 +01:00
parent bfb8f257a1
commit b3b1d95cda
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -311,6 +311,7 @@ namespace ASCOM.Meade.net
_userNewerPulseGuiding = IsNewPulseGuidingSupported();
_targetDeclination = INVALID_PARAMETER;
_targetRightAscension = INVALID_PARAMETER;
_tracking = true;
LogMessage("Connected Set", $"New Pulse Guiding Supported: {_userNewerPulseGuiding}");
IsConnected = true;