mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 11:33:54 +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:
@@ -261,7 +261,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
int mpx_on = (strlen(audio_mpx_device) != 0);
|
int mpx_on = (strlen(audio_mpx_device) != 0);
|
||||||
int rds_on = (strlen(audio_rds_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);
|
int sca_on = (strlen(audio_sca_device) != 0);
|
||||||
|
|
||||||
// #region Setup devices
|
// #region Setup devices
|
||||||
|
|||||||
Reference in New Issue
Block a user