This commit is contained in:
Gábor Poczkodi 2024-10-18 23:29:52 +02:00
parent fb0d580688
commit 6d5fe9b3c3

View file

@ -695,7 +695,7 @@ void Si4713Component::set_asq_duration_high(int value) {
int Si4713Component::get_asq_duration_high() { return (int) this->tx_asq_duration_high_.IALHDUR; } int Si4713Component::get_asq_duration_high() { return (int) this->tx_asq_duration_high_.IALHDUR; }
void Si4713Component::set_rds_enable(bool value) { void Si4713Component::set_rds_enable(bool value) {
this->tx_component_enable_.RDS = value ? 0 : 1; this->tx_component_enable_.RDS = value ? 1 : 0;
this->set_prop(this->tx_component_enable_); this->set_prop(this->tx_component_enable_);
this->publish_rds_enable(); this->publish_rds_enable();
} }