1
0
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:
f4exb
2015-12-23 04:27:25 +01:00
parent 00ae3babbd
commit b877907785
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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));
}