Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

Commit 2fcfa15

Browse files
authored
Update config_webrx.py
1 parent a09d83e commit 2fcfa15

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config_webrx.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,14 @@
9393
# ==== I/Q sources ====
9494
# (Uncomment the appropriate by removing # characters at the beginning of the corresponding lines.)
9595

96-
# There are guides for setting may different SDR hardware including AirSpy, AFEDRI-SDR, RTL-SDR in direct sampling mode, etc. in the Wiki:
97-
# https://github.com/simonyiszk/openwebrx/wiki
96+
#################################################################################################
97+
# Is my SDR hardware supported? #
98+
# Check here: https://github.com/simonyiszk/openwebrx/wiki#guides-for-receiver-hardware-support #
99+
#################################################################################################
98100

99101
# You can use other SDR hardware as well, by giving your own command that outputs the I/Q samples... Some examples of configuration are available here (default is RTL-SDR):
100102

101103
# >> RTL-SDR via rtl_sdr
102-
103104
start_rtl_command="rtl_sdr -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} -".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)
104105
format_conversion="csdr convert_u8_f"
105106

0 commit comments

Comments
 (0)