reflect changes in the config, too
This commit is contained in:
parent
10de50d251
commit
a34cb3db8a
@ -98,20 +98,17 @@ Note: if you experience audio underruns while CPU usage is 100%, you can:
|
|||||||
# Check here: https://github.com/simonyiszk/openwebrx/wiki#guides-for-receiver-hardware-support #
|
# Check here: https://github.com/simonyiszk/openwebrx/wiki#guides-for-receiver-hardware-support #
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
# Currently supported types of sdr receivers: "rtl_sdr", "sdrplay", "hackrf", "airspy"
|
# Currently supported types of sdr receivers:
|
||||||
|
# "rtl_sdr", "sdrplay", "hackrf", "airspy", "airspyhf", "fifi_sdr"
|
||||||
#
|
#
|
||||||
# NEW: There is now custom connector software available, that is tailored for the use with
|
# In order to use rtl_sdr, you will need to install librtlsdr-dev and the connector.
|
||||||
# openwebrx. The connectors allow the SDR to be reprogrammed while running, which allows for
|
# In order to use sdrplay, airspy or airspyhf, you will need to install soapysdr, the corresponding driver, and the
|
||||||
# quicker profile changes. It also reduces the risk of a USB disconnect that can happen when the
|
# connector.
|
||||||
# SDR software is restarted, since the connector will run continuously.
|
|
||||||
# Check out the connector repository here: https://github.com/jketterl/owrx_connector
|
|
||||||
#
|
#
|
||||||
# The following connectors are available (simply use them as the "type" in the config below):
|
# https://github.com/jketterl/owrx_connector
|
||||||
# "rtl_sdr_connector", "sdrplay_connector", "airspy_connector"
|
|
||||||
#
|
#
|
||||||
# NOTE: These connectors will become the default as soon as they have become mature; the existing
|
# NOTE: The connector sources have replaced the old piped nmux style of reading input. If you still have any sdrs
|
||||||
# receiver types will then automatically be migrated to connectors. At that point, the old "nmux"
|
# configured that have type endin in "_connector", simply remove that suffix.
|
||||||
# method will start to be phased out.
|
|
||||||
|
|
||||||
sdrs = {
|
sdrs = {
|
||||||
"rtlsdr": {
|
"rtlsdr": {
|
||||||
|
Loading…
Reference in New Issue
Block a user