Add radio data for MiG-15bis and MiG-19P.

Fixes https://github.com/Khopa/dcs_liberation/issues/233.
This commit is contained in:
Dan Albert
2020-11-01 14:50:23 -08:00
parent 49aa79c612
commit 739c0f8f52
2 changed files with 44 additions and 5 deletions

View File

@@ -126,6 +126,12 @@ RADIOS: List[Radio] = [
Radio("R&S M3AR VHF", MHz(120), MHz(174), step=MHz(1)),
Radio("R&S M3AR UHF", MHz(225), MHz(400), step=MHz(1)),
# MiG-15bis
Radio("RSI-6K HF", MHz(3, 750), MHz(5), step=kHz(25)),
# MiG-19P
Radio("RSIU-4V", MHz(100), MHz(150), step=MHz(1)),
]