From 70818836de34c18d755ec132eca2223efa4cb171 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 15 Apr 2020 20:40:03 +0200 Subject: [PATCH 1/2] switch to recommended dependencies --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f7a4af0..7af71f7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Jakob Ketterl Section: hamradio Priority: optional Standards-Version: 4.2.0 -Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.5) +Build-Depends: debhelper (>= 11), dh-python, python3-all (>= 3.5), python3-setuptools Homepage: https://www.openwebrx.de/ Vcs-Browser: https://github.com/jketterl/openwebrx Vcs-Git: https://github.com/jketterl/openwebrx.git From 4d157d275a3ed4d034dbc57fc61bf8dc62122e2b Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 15 Apr 2020 21:22:06 +0200 Subject: [PATCH 2/2] hackrf: properly use ppm setting as parameter --- owrx/source/hackrf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/source/hackrf.py b/owrx/source/hackrf.py index 0f3855b..23ffcc8 100644 --- a/owrx/source/hackrf.py +++ b/owrx/source/hackrf.py @@ -11,6 +11,7 @@ class HackrfSource(DirectSource): "rf_gain": Option("-g"), "lna_gain": Option("-l"), "rf_amp": Option("-a"), + "ppm": Option("-C"), } ).setStatic("-r-")