Skip to content

Commit

Permalink
Fixed incorrect max position value for Oasis Focuser driver (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
astroasis authored May 27, 2023
1 parent b7ef5e4 commit 46cc15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indi-astroasis/oasis_focuser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ bool OasisFocuser::GetConfig()

// Update max step
FocusAbsPosN[0].max = config.maxStep;
FocusMaxPosN[0].value = config.maxStep;

// Update backlash
FocusBacklashN[0].value = config.backlash;
Expand Down

0 comments on commit 46cc15b

Please sign in to comment.