Skip to content

Commit

Permalink
Add missing connect
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Feb 4, 2025
1 parent 679d936 commit 531dce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indi-asi/asi_rotator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ bool ASICAA::Connect()
else
RotatorLimitsNP.setState(IPS_ALERT);

SetTimer(getCurrentPollingPeriod());

return true;
}

Expand Down

0 comments on commit 531dce8

Please sign in to comment.