mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-14 19:25:37 +08:00
add other flights
This commit is contained in:
@@ -863,7 +863,7 @@ const signalStrength = ref(4)
|
||||
const radioCheckLoading = ref(false)
|
||||
const radioEffectsEnabled = ref(true)
|
||||
const readbackEnabled = ref(false)
|
||||
const debugMode = ref(false)
|
||||
const debugMode = ref(true)
|
||||
|
||||
const simulationRunning = ref(false)
|
||||
const simulationTrace = ref<SimulationTraceEntry[]>([])
|
||||
|
||||
@@ -154,6 +154,11 @@ const NATO: Record<string, string> = {
|
||||
// Airline-Telephony (erweiterbar)
|
||||
export const CALLSIGN_MAP: Record<string,string> = {
|
||||
DLH: "Lufthansa",
|
||||
EWG: "Eurowings",
|
||||
THY: "Turkish",
|
||||
JBU: "JetBlue",
|
||||
NAX: "Norwegian",
|
||||
SWR: "Swiss",
|
||||
BAW: "Speedbird",
|
||||
AFR: "Air France",
|
||||
KLM: "KLM",
|
||||
|
||||
@@ -2,7 +2,7 @@ const atcDecisionTree = {
|
||||
"schema_version": "1.0",
|
||||
"name": "icao_atc_decision_tree",
|
||||
"description": "Machine-readable ICAO/FAA-style ATC flow for IFR, suited for LLM+Whisper+TTS loop.",
|
||||
"start_state": "PREFLIGHT_START",
|
||||
"start_state": "CD_CHECK_ATIS",
|
||||
"end_states": ["FLOW_COMPLETE"],
|
||||
"variables": {
|
||||
"callsign": "DLH39A",
|
||||
|
||||
Reference in New Issue
Block a user