mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 05:24:18 -04:00
BFM demod: RDS: really improve PSN decoding and display
This commit is contained in:
@@ -568,7 +568,7 @@ void BFMDemodGUI::rdsUpdate(bool force)
|
||||
ui->g00Label->setStyleSheet("QLabel { background-color : green; }");
|
||||
ui->g00CountText->setNum((int) m_rdsParser.m_g0_count);
|
||||
|
||||
if (m_rdsParser.m_g0_psn_complete) {
|
||||
if (m_rdsParser.m_g0_psn_bitmap == 0b1111) {
|
||||
ui->g00ProgServiceName->setText(QString(m_rdsParser.m_g0_program_service_name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user