From d61e6d13708355553dba2ac989777494fbd7ca60 Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Thu, 12 Mar 2026 23:51:10 +0300 Subject: [PATCH] ... --- asibfm700_mount.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asibfm700_mount.cpp b/asibfm700_mount.cpp index 8fbfec3..cc3ca6b 100644 --- a/asibfm700_mount.cpp +++ b/asibfm700_mount.cpp @@ -351,6 +351,8 @@ Asibfm700Mount::error_t Asibfm700Mount::initMount() return t_err; } + startAsyncMovementCycle(); + return mcc::impl::MccGenericMountErrorCode::ERROR_OK; }