Add AFAC task to JTAC unit.

This causes the JTAC unit that's used for autolase to also work as
a FAC over the radio.
This commit is contained in:
Kangwook Lee (이강욱)
2021-08-01 04:37:18 +09:00
committed by GitHub
parent 6034c899d3
commit 0370aa8df5
6 changed files with 28 additions and 7 deletions

View File

@@ -109,6 +109,6 @@ AWACS:
{%- if jtacs|length > 0 %}
JTACS [F-10 菜单] :
====================
{% for jtac in jtacs %}前线 {{ jtac.region }} -- 激光编码 : {{ jtac.code }}
{% for jtac in jtacs %}前线 {{ jtac.region }} -- 激光编码 : {{ jtac.code }}, 频率 : {{ jtac.freq.mhz }}
{% endfor %}
{% endif %}

View File

@@ -109,6 +109,6 @@ AWACS:
{%- if jtacs|length > 0 %}
JTACS [F-10 Menu] :
====================
{% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }}
{% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }}, Freq : {{ jtac.freq.mhz }}
{% endfor %}
{% endif %}

View File

@@ -109,6 +109,6 @@ AWACS:
{%- if jtacs|length > 0 %}
JTACS [Menu F-10] :
====================
{% for jtac in jtacs %}Ligne de front {{ jtac.region }} -- Code : {{ jtac.code }}
{% for jtac in jtacs %}Ligne de front {{ jtac.region }} -- Code : {{ jtac.code }}, Fréq : {{ jtac.freq.mhz }}
{% endfor %}
{% endif %}