From 3ec25eee3ca9f33d8282a726fe0f1059306e9167 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 13 May 2020 11:25:31 -0400 Subject: [PATCH] Update config_webrx_pi_hf.py --- groundstation/config_webrx_pi_hf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/config_webrx_pi_hf.py b/groundstation/config_webrx_pi_hf.py index 6d716326..8ff8d15e 100644 --- a/groundstation/config_webrx_pi_hf.py +++ b/groundstation/config_webrx_pi_hf.py @@ -106,9 +106,9 @@ Note: if you experience audio underruns while CPU usage is 100%, you can: sdrs = { "rtlsdr-hf": { "name": "RTL-SDR-HF", - "type": "rtl_sdr", + "type": "rtl_sdr_soapy", "ppm": 0, - #"direct_sampling": 2, + "direct_sampling": 2, # you can change this if you use an upconverter. formula is: # center_freq + lfo_offset = actual frequency on the sdr # "lfo_offset": 0,