Remove debug option, mention in config_webrx.py
This commit is contained in:
parent
91572c56e2
commit
c0d4b2f6a5
@ -116,7 +116,7 @@ Note: if you experience audio underruns while CPU usage is 100%, you can:
|
|||||||
|
|
||||||
# Currently supported types of sdr receivers:
|
# Currently supported types of sdr receivers:
|
||||||
# "rtl_sdr", "rtl_sdr_soapy", "sdrplay", "hackrf", "airspy", "airspyhf", "fifi_sdr",
|
# "rtl_sdr", "rtl_sdr_soapy", "sdrplay", "hackrf", "airspy", "airspyhf", "fifi_sdr",
|
||||||
# "perseussdr", "lime_sdr", "pluto_sdr", "soapy_remote"
|
# "perseussdr", "lime_sdr", "pluto_sdr", "soapy_remote", "hpsdr"
|
||||||
#
|
#
|
||||||
# In order to use rtl_sdr, you will need to install librtlsdr-dev and the connector.
|
# In order to use rtl_sdr, you will need to install librtlsdr-dev and the connector.
|
||||||
# In order to use sdrplay, airspy or airspyhf, you will need to install soapysdr, the corresponding driver, and the
|
# In order to use sdrplay, airspy or airspyhf, you will need to install soapysdr, the corresponding driver, and the
|
||||||
|
@ -29,6 +29,5 @@ class HpsdrSource(ConnectorSource):
|
|||||||
"samp_rate": Option("--samplerate"),
|
"samp_rate": Option("--samplerate"),
|
||||||
"remote": Option("--radio"),
|
"remote": Option("--radio"),
|
||||||
"rf_gain": Option("--gain"),
|
"rf_gain": Option("--gain"),
|
||||||
"debug": Flag("--debug"),
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user