Merge branch 'develop' into js8call
This commit is contained in:
commit
116e20335e
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Maintainer: Jakob Ketterl <jakob.ketterl@gmx.de>
|
|||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 4.2.0
|
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/
|
Homepage: https://www.openwebrx.de/
|
||||||
Vcs-Browser: https://github.com/jketterl/openwebrx
|
Vcs-Browser: https://github.com/jketterl/openwebrx
|
||||||
Vcs-Git: https://github.com/jketterl/openwebrx.git
|
Vcs-Git: https://github.com/jketterl/openwebrx.git
|
||||||
|
@ -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-")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user