Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 771e325067 | |||
| a5a3bd5bd4 |
@@ -2291,14 +2291,11 @@ namespace ASCOM.Meade.net
|
|||||||
CheckConnected("SlewToCoordinatesAsync");
|
CheckConnected("SlewToCoordinatesAsync");
|
||||||
CheckParked();
|
CheckParked();
|
||||||
|
|
||||||
SharedResourcesWrapper.Lock(() =>
|
|
||||||
{
|
|
||||||
TargetRightAscension = rightAscension;
|
TargetRightAscension = rightAscension;
|
||||||
TargetDeclination = declination;
|
TargetDeclination = declination;
|
||||||
|
|
||||||
DoSlewAsync(true);
|
DoSlewAsync(true);
|
||||||
}
|
|
||||||
);
|
LogMessage("SlewToCoordinatesAsync", $"Completed Ra={rightAscension}, Dec={declination}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SlewToTarget()
|
public void SlewToTarget()
|
||||||
|
|||||||
Reference in New Issue
Block a user