From b5f94d183018aa440be16ab5a287621be1d35aeb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jan 2023 03:10:38 +0000 Subject: actually guiding was broken, now it isn't --- indi-lxd650/lxd650.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indi-lxd650/lxd650.cpp b/indi-lxd650/lxd650.cpp index c47b29a..b0a324a 100644 --- a/indi-lxd650/lxd650.cpp +++ b/indi-lxd650/lxd650.cpp @@ -632,6 +632,7 @@ void LXD650::GuideNorthCB(void) { GuideNorth_TID = 0; HaltMovement(PortFD, LX200_NORTH); + GuideComplete(AXIS_DE); } @@ -669,6 +670,7 @@ void LXD650::GuideSouthCB(void) { GuideSouth_TID = 0; HaltMovement(PortFD, LX200_SOUTH); + GuideComplete(AXIS_DE); } @@ -706,6 +708,7 @@ void LXD650::GuideWestCB(void) { GuideWest_TID = 0; HaltMovement(PortFD, LX200_WEST); + GuideComplete(AXIS_RA); } @@ -743,6 +746,7 @@ void LXD650::GuideEastCB(void) { GuideEast_TID = 0; HaltMovement(PortFD, LX200_EAST); + GuideComplete(AXIS_RA); } -- cgit v1.2.3