0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

minor change to RDS2, dont allow the two additional carriers's device to be on when RDS isnt even on

This commit is contained in:
2025-06-09 16:12:45 +02:00
parent f11f25c8f0
commit 90e9925399

View File

@@ -261,7 +261,7 @@ int main(int argc, char **argv) {
int mpx_on = (strlen(audio_mpx_device) != 0);
int rds_on = (strlen(audio_rds_device) != 0);
int rds2_on = (strlen(audio_rds2_device) != 0);
int rds2_on = (rds_on && strlen(audio_rds2_device) != 0);
int sca_on = (strlen(audio_sca_device) != 0);
// #region Setup devices