From 7d7bc273b90c6f75bf935faec427c8d8e1eb9a90 Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq Date: Sun, 18 Feb 2024 07:37:41 +0300 Subject: [PATCH] Must update driver interface when rotator is detected --- drivers/telescope/lx200_OnStep.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/telescope/lx200_OnStep.cpp b/drivers/telescope/lx200_OnStep.cpp index faa74f134f..b1dc97c7fa 100644 --- a/drivers/telescope/lx200_OnStep.cpp +++ b/drivers/telescope/lx200_OnStep.cpp @@ -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')