fully-automatic mode panel generation

This commit is contained in:
Jakob Ketterl
2020-04-26 16:58:31 +02:00
parent 907787cfdc
commit bb1b561c47
5 changed files with 68 additions and 51 deletions

View File

@ -353,6 +353,7 @@ class OpenWebRxReceiverClient(Client):
self.send({"type": "modes", "value": [{
"modulation": m.modulation,
"name": m.name,
"digimode": m.digimode,
"requirements": m.requirements
} for m in modes]})