Skip to content

Commit

Permalink
Fixed myFocuserPro2 Autofocus Issues in Ekos (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenR001 authored Aug 19, 2024
1 parent 7d890cc commit 97d8031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/focuser/myfocuserpro2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ bool MyFocuserPro2::isMoving()
{
char res[ML_RES] = {0};

readPosition(); // Fix for Ekos autofocus

if (sendCommand(":01#", res) == false)
{
return false;
Expand Down

0 comments on commit 97d8031

Please sign in to comment.