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
commit aa38340415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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