fix: tdma временное отключение мониторинга статуса обновления и фикс установки настроек DPDI

This commit is contained in:
2025-07-05 15:10:09 +03:00
parent bfcdc88da9
commit 33bbdafc3d
2 changed files with 12 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ void api_driver::ApiDriver::setDpdiSettings(const nlohmann::json& data) {
std::lock_guard _lapi(this->daemon->cpApiMutex);
this->daemon->cp.setDmaDebug("begin_save_config", "");
rxtx.storeMainSettings(this->daemon->cp);
rxtx.storeDpdiSettings(this->daemon->cp);
this->daemon->cp.setDmaDebug("save_config", "");
rxtx.updateCallback(this->daemon->cp);
{