summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lxd650.localnet>2023-01-26 03:10:38 +0000
committerroot <root@lxd650.localnet>2023-01-26 03:10:38 +0000
commitb5f94d183018aa440be16ab5a287621be1d35aeb (patch)
treeae030097deff8ce44efc82675336c6a4465c54d4
parentf9632319b80c620c27e9db2786971fe19f24cd26 (diff)
downloadindi_mount_driver-b5f94d183018aa440be16ab5a287621be1d35aeb.tar.gz
indi_mount_driver-b5f94d183018aa440be16ab5a287621be1d35aeb.tar.bz2
indi_mount_driver-b5f94d183018aa440be16ab5a287621be1d35aeb.zip
actually guiding was broken, now it isn't
-rw-r--r--indi-lxd650/lxd650.cpp4
1 files changed, 4 insertions, 0 deletions
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);
}