Merge branch 'develop' of github.com:jketterl/openwebrx into develop

This commit is contained in:
Jakob Ketterl 2020-04-15 21:40:38 +02:00
commit 5e6b45eaec

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