hackrf: properly use ppm setting as parameter

This commit is contained in:
Markus Hauschild 2020-04-15 21:22:06 +02:00
parent 7fe694ba0a
commit 4d157d275a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class HackrfSource(DirectSource):
"rf_gain": Option("-g"),
"lna_gain": Option("-l"),
"rf_amp": Option("-a"),
"ppm": Option("-C"),
}
).setStatic("-r-")