diff --git a/config_webrx.py b/config_webrx.py index 5e4771e..4aff9dd 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -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 # ################################################################################################# -# 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 -# openwebrx. The connectors allow the SDR to be reprogrammed while running, which allows for -# quicker profile changes. It also reduces the risk of a USB disconnect that can happen when the -# SDR software is restarted, since the connector will run continuously. -# Check out the connector repository here: https://github.com/jketterl/owrx_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 +# connector. # -# The following connectors are available (simply use them as the "type" in the config below): -# "rtl_sdr_connector", "sdrplay_connector", "airspy_connector" +# https://github.com/jketterl/owrx_connector # -# NOTE: These connectors will become the default as soon as they have become mature; the existing -# receiver types will then automatically be migrated to connectors. At that point, the old "nmux" -# method will start to be phased out. +# NOTE: The connector sources have replaced the old piped nmux style of reading input. If you still have any sdrs +# configured that have type endin in "_connector", simply remove that suffix. sdrs = { "rtlsdr": {