From 4d157d275a3ed4d034dbc57fc61bf8dc62122e2b Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 15 Apr 2020 21:22:06 +0200 Subject: [PATCH] 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-")