Enabled squelch for SSTV and FAX.
This commit is contained in:
parent
5bef272bb4
commit
96a8146856
|
|
@ -171,14 +171,14 @@ class Modes(object):
|
|||
"SSTV",
|
||||
underlying=["usb", "lsb"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
squelch=True,
|
||||
),
|
||||
DigitalMode(
|
||||
"fax",
|
||||
"Fax",
|
||||
underlying=["usb"],
|
||||
service=True,
|
||||
squelch=False,
|
||||
squelch=True,
|
||||
),
|
||||
DigitalMode(
|
||||
"selcall",
|
||||
|
|
|
|||
Loading…
Reference in New Issue