Fixed broken logic, and fixed broken unit tests.
This commit is contained in:
@@ -2061,9 +2061,13 @@ namespace ASCOM.Meade.net
|
||||
if (Connected)
|
||||
{
|
||||
if (!MovingAxis())
|
||||
{
|
||||
result = IsSlewingToTarget();
|
||||
|
||||
result = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user