Swap intra-flight and inter-flight radio indices (#608)

This commit is contained in:
Starfire13 2025-11-08 00:33:25 +11:00 committed by GitHub
parent 220b83a22d
commit b268d09432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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