фикс: питание LNB не сбрасывалось

This commit is contained in:
Vladislav Ostapov 2025-04-22 13:07:48 +03:00
parent 35b25287ad
commit be533d7521

View File

@ -1327,7 +1327,7 @@ void api_driver::ApiDriver::setBucLnbSettings(boost::property_tree::ptree &pt) {
#endif
case 0:
default:
s.lnb = voltage_lnb::DISABLE;
s.buc = voltage_buc::DISABLE;
}
s.is_ref_10MHz_buc = pt.get<bool>("bucRefClk10M");