mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 08:49:17 +02:00
fix
This commit is contained in:
Vendored
-5
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"port": 13452,
|
|
||||||
"time": 1742672637302,
|
|
||||||
"version": "0.0.3"
|
|
||||||
}
|
|
||||||
@@ -24,7 +24,6 @@
|
|||||||
#define INPUT_DEVICE "FM_Audio.monitor"
|
#define INPUT_DEVICE "FM_Audio.monitor"
|
||||||
#define OUTPUT_DEVICE "alsa_output.platform-soc_sound.stereo-fallback"
|
#define OUTPUT_DEVICE "alsa_output.platform-soc_sound.stereo-fallback"
|
||||||
#define RDS_DEVICE "RDS.monitor"
|
#define RDS_DEVICE "RDS.monitor"
|
||||||
// #define RDS2_DEVICE "RDS2.monitor"
|
|
||||||
#define MPX_DEVICE "FM_MPX.monitor"
|
#define MPX_DEVICE "FM_MPX.monitor"
|
||||||
// #define SCA_DEVICE ""
|
// #define SCA_DEVICE ""
|
||||||
|
|
||||||
@@ -95,11 +94,6 @@ void show_help(char *name) {
|
|||||||
#else
|
#else
|
||||||
,"not set"
|
,"not set"
|
||||||
#endif
|
#endif
|
||||||
#ifdef RDS2_DEVICE
|
|
||||||
,RDS2_DEVICE
|
|
||||||
#else
|
|
||||||
,"not set"
|
|
||||||
#endif
|
|
||||||
#ifdef SCA_DEVICE
|
#ifdef SCA_DEVICE
|
||||||
,SCA_DEVICE
|
,SCA_DEVICE
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user