0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-03-22 20:50:01 +01:00
parent 29e285adf4
commit 9701d08d2a
2 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
{
"port": 13452,
"time": 1742672637302,
"version": "0.0.3"
}

View File

@@ -24,7 +24,6 @@
#define INPUT_DEVICE "FM_Audio.monitor"
#define OUTPUT_DEVICE "alsa_output.platform-soc_sound.stereo-fallback"
#define RDS_DEVICE "RDS.monitor"
// #define RDS2_DEVICE "RDS2.monitor"
#define MPX_DEVICE "FM_MPX.monitor"
// #define SCA_DEVICE ""
@@ -95,11 +94,6 @@ void show_help(char *name) {
#else
,"not set"
#endif
#ifdef RDS2_DEVICE
,RDS2_DEVICE
#else
,"not set"
#endif
#ifdef SCA_DEVICE
,SCA_DEVICE
#else