mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
use automatic ports unless explicitly configured
This commit is contained in:
parent
42789ed561
commit
70347d1ef9
10 changed files with 21 additions and 37 deletions
|
|
@ -3,8 +3,8 @@ from owrx.command import Flag, Option
|
|||
|
||||
|
||||
class HackrfSource(DirectSource):
|
||||
def __init__(self, id, props, port):
|
||||
super().__init__(id, props, port)
|
||||
def __init__(self, id, props):
|
||||
super().__init__(id, props)
|
||||
self.getCommandMapper().setBase("hackrf_transfer").setMappings(
|
||||
{
|
||||
"samp_rate": Option("-s"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue