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:
d9394 2019-10-29 14:02:29 +08:00 committed by GitHub
parent 36f5ac3516
commit e210094a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",