mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 16:50:01 +01:00
Merge pull request #104 from moepman/fix-hackrf-ppm
hackrf: properly use ppm setting as parameter
This commit is contained in:
commit
aa38340415
|
|
@ -11,6 +11,7 @@ class HackrfSource(DirectSource):
|
|||
"rf_gain": Option("-g"),
|
||||
"lna_gain": Option("-l"),
|
||||
"rf_amp": Option("-a"),
|
||||
"ppm": Option("-C"),
|
||||
}
|
||||
).setStatic("-r-")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue