implement display of Q65 mode matrix

This commit is contained in:
Jakob Ketterl
2021-02-08 15:16:04 +01:00
parent ce48892173
commit a083042002
3 changed files with 57 additions and 2 deletions

View File

@ -18,6 +18,7 @@ from owrx.form import (
OptionalConverter,
AprsBeaconSymbols,
AprsAntennaDirections,
Q65ModeMatrix,
)
from urllib.parse import quote
from owrx.wsjt import Fst4Profile, Fst4wProfile
@ -239,7 +240,7 @@ class GeneralSettingsController(AdminController):
"Enabled FST4W intervals",
[Option(v, "{}s".format(v)) for v in Fst4wProfile.availableIntervals],
),
# TODO: q65_enabled_combinations
Q65ModeMatrix("q65_enabled_combinations", "Enabled Q65 Mode combinations"),
),
Section(
"Background decoding",