mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Swap intra-flight and inter-flight radio indices (#608)
This commit is contained in:
parent
220b83a22d
commit
b268d09432
@ -46,8 +46,8 @@ radios:
|
||||
# assigned frequency. Since the F/A-18's two radios are both AN/ARC-210s,
|
||||
# radio 1 will be compatible regardless of which frequency is assigned, so
|
||||
# we must use radio 1 for the intra-flight radio.
|
||||
intra_flight_radio_index: 1
|
||||
inter_flight_radio_index: 2
|
||||
intra_flight_radio_index: 2
|
||||
inter_flight_radio_index: 1
|
||||
utc_kneeboard: true
|
||||
# default_overrides:
|
||||
# HelmetMountedDevice: 1
|
||||
@ -69,4 +69,4 @@ tasks:
|
||||
Strike: 600
|
||||
TARCAP: 450
|
||||
|
||||
has_built_in_ecm: true
|
||||
has_built_in_ecm: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user