Support for Mirage F1.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2335.

Co-authored-by: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Co-authored-by: Jake Lewis <jake@logdyn.com>
Co-authored-by: Dan Albert <dan@gingerhq.net>
This commit is contained in:
Raffson
2022-07-25 18:11:36 +02:00
committed by GitHub
parent ee7a0ade9e
commit 02c52f0801
46 changed files with 3514 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ from game.radio.channels import (
FarmerRadioChannelAllocator,
HueyChannelNamer,
MirageChannelNamer,
MirageF1CEChannelNamer,
NoOpChannelAllocator,
RadioChannelAllocator,
SCR522ChannelNamer,
@@ -97,6 +98,7 @@ class RadioConfig:
"default": ChannelNamer,
"huey": HueyChannelNamer,
"mirage": MirageChannelNamer,
"mirage-f1ce": MirageF1CEChannelNamer,
"single": SingleRadioChannelNamer,
"tomcat": TomcatChannelNamer,
"viggen": ViggenChannelNamer,