This commit is contained in:
Timur A. Fatkhullin
2025-10-01 06:26:50 +03:00
parent 0b7261a431
commit 3d769d79eb
8 changed files with 505 additions and 26 deletions

View File

@@ -125,6 +125,8 @@ Asibfm700Mount::error_t Asibfm700Mount::updateMountConfig(const Asibfm700MountCo
{
std::lock_guard lock{*_mountConfigMutex};
_mountConfig = cfg;
hardwareUpdateConfig(_mountConfig.servoControllerConfig.devConfig);
hardwareUpdateConfig(_mountConfig.servoControllerConfig.hwConfig);