Merge pull request #104 from moepman/fix-hackrf-ppm

hackrf: properly use ppm setting as parameter
This commit is contained in:
Jakob Ketterl
2020-04-15 21:40:29 +02:00
committed by GitHub

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-")