From e32eb246ec60ce50b313ac070940f5d8c936ffed Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq Date: Mon, 1 Jul 2024 10:30:37 +0300 Subject: [PATCH] Add missing AUX encoder save config --- drivers/telescope/skywatcherAPIMount.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/telescope/skywatcherAPIMount.cpp b/drivers/telescope/skywatcherAPIMount.cpp index afb1dedd55..5b60ea239b 100644 --- a/drivers/telescope/skywatcherAPIMount.cpp +++ b/drivers/telescope/skywatcherAPIMount.cpp @@ -943,6 +943,7 @@ bool SkywatcherAPIMount::saveConfigItems(FILE *fp) AxisOffsetNP.save(fp); Axis1TrackRateNP.save(fp); Axis2TrackRateNP.save(fp); + AUXEncoderSP.save(fp); return INDI::Telescope::saveConfigItems(fp); }