Add radio data for the MiG-21.

Fixes https://github.com/Khopa/dcs_liberation/issues/49
This commit is contained in:
Dan Albert
2020-11-08 13:25:44 -08:00
parent 61253e4d4d
commit 5b8ecb2c14
2 changed files with 20 additions and 3 deletions

View File

@@ -133,6 +133,9 @@ RADIOS: List[Radio] = [
# MiG-19P
Radio("RSIU-4V", MHz(100), MHz(150), step=MHz(1)),
# MiG-21bis
Radio("RSIU-5V", MHz(100), MHz(150), step=MHz(1)),
# Ka-50
# Note: Also capable of 100MHz-150MHz, but we can't model gaps.
Radio("R-800L1", MHz(220), MHz(400), step=kHz(25)),