Update config_webrx.py
if sdr device parameter : "device" : "" , that means device value will not being use in the sdrcommand
This commit is contained in:
parent
36f5ac3516
commit
e210094a32
@ -105,7 +105,7 @@ sdrs = {
|
||||
"name": "RTL-SDR USB Stick",
|
||||
"type": "rtl_sdr",
|
||||
"ppm": 0,
|
||||
"device": "0",
|
||||
"device": "",
|
||||
# you can change this if you use an upconverter. formula is:
|
||||
# shown_center_freq = center_freq + lfo_offset
|
||||
# "lfo_offset": 0,
|
||||
@ -132,7 +132,7 @@ sdrs = {
|
||||
"name": "SDRPlay RSP2",
|
||||
"type": "sdrplay",
|
||||
"ppm": 0,
|
||||
"device": "0",
|
||||
"device": "",
|
||||
"profiles": {
|
||||
"20m": {
|
||||
"name": "20m",
|
||||
|
Loading…
x
Reference in New Issue
Block a user