automatically play the first service

This commit is contained in:
Jakob Ketterl 2024-01-23 21:53:31 +01:00
parent 9d705da813
commit d44a2a64e5

View file

@ -7,5 +7,5 @@ class DablinModule(ExecModule):
super().__init__(
Format.CHAR,
Format.FLOAT,
["dablin", "-s", "0x15DC", "-p"]
["dablin", "-1", "-p"]
)