Skip to content

Commit

Permalink
Must update driver interface when rotator is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Feb 18, 2024
1 parent 5354d4a commit 7d7bc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/telescope/lx200_OnStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ bool LX200_OnStep::updateProperties()
{
LOG_INFO("Rotator found.");
OSRotator1 = true;
setDriverInterface(getDriverInterface() | ROTATOR_INTERFACE);
syncDriverInfo();
RI::updateProperties();
}
if (rotator_response[0] == 'D')
Expand Down

0 comments on commit 7d7bc27

Please sign in to comment.