Skip to content

Commit

Permalink
Add missing AUX encoder save config
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jul 1, 2024
1 parent aba764e commit e32eb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/telescope/skywatcherAPIMount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e32eb24

Please sign in to comment.