Merge branch 'develop' into js8call

This commit is contained in:
Jakob Ketterl 2020-04-15 22:25:14 +02:00
commit 116e20335e
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Maintainer: Jakob Ketterl <jakob.ketterl@gmx.de>
Section: hamradio
Priority: optional
Standards-Version: 4.2.0
Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.5)
Build-Depends: debhelper (>= 11), dh-python, python3-all (>= 3.5), python3-setuptools
Homepage: https://www.openwebrx.de/
Vcs-Browser: https://github.com/jketterl/openwebrx
Vcs-Git: https://github.com/jketterl/openwebrx.git

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