mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
automatically play the first service
This commit is contained in:
parent
9d705da813
commit
d44a2a64e5
|
|
@ -7,5 +7,5 @@ class DablinModule(ExecModule):
|
|||
super().__init__(
|
||||
Format.CHAR,
|
||||
Format.FLOAT,
|
||||
["dablin", "-s", "0x15DC", "-p"]
|
||||
["dablin", "-1", "-p"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue