diff options
author | root <root@lxd650.localnet> | 2023-01-26 03:19:30 +0000 |
---|---|---|
committer | root <root@lxd650.localnet> | 2023-01-26 03:19:30 +0000 |
commit | 83a0d944a33fc4ce41ed733e6b78066ee1a22dd6 (patch) | |
tree | 848eb59262c93d604e772f30753322af4f2e8434 | |
parent | ca323f811e43538dc46d15a48d8e0ecd6d8fa513 (diff) | |
download | indi_mount_driver-83a0d944a33fc4ce41ed733e6b78066ee1a22dd6.tar.gz indi_mount_driver-83a0d944a33fc4ce41ed733e6b78066ee1a22dd6.tar.bz2 indi_mount_driver-83a0d944a33fc4ce41ed733e6b78066ee1a22dd6.zip |
actually guiding was broken, now it isn't
-rw-r--r-- | indi-lxd650/lxd650.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indi-lxd650/lxd650.cpp b/indi-lxd650/lxd650.cpp index 2cce3e0..7a67d61 100644 --- a/indi-lxd650/lxd650.cpp +++ b/indi-lxd650/lxd650.cpp @@ -969,5 +969,7 @@ bool LXD650::saveConfigItems(FILE *fp) INDI::Telescope::saveConfigItems(fp); SaveAlignmentConfigProperties(fp); IUSaveConfigNumber(fp, &SlewAccuracyNP); + IUSaveConfigNumber(fp, &GuideRateNP); + return true; } |