From e210094a322112ded633844ae84928ca7c4e6802 Mon Sep 17 00:00:00 2001 From: d9394 <9394952@gmail.com> Date: Tue, 29 Oct 2019 14:02:29 +0800 Subject: [PATCH] Update config_webrx.py if sdr device parameter : "device" : "" , that means device value will not being use in the sdrcommand --- config_webrx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index bc4c605..70c2eb6 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -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",