Skip to content

Commit

Permalink
Merge branch 'indilib:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysikos authored Jan 9, 2024
2 parents 1e382fd + d8dfba3 commit ee6fc50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/telescope/skywatcherAPIMount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,8 @@ void SkywatcherAPIMount::TimerHit()
{
m_ManualMotionActive = false;
resetTracking();
m_SkyTrackingTarget.rightascension = EqN[AXIS_RA].value;
m_SkyTrackingTarget.declination = EqN[AXIS_DE].value;
}
// If we're manually moving by WESN controls, update the tracking coordinates.
if (m_ManualMotionActive)
Expand Down

0 comments on commit ee6fc50

Please sign in to comment.