add other flights

This commit is contained in:
itsrubberduck
2025-09-18 18:08:28 +02:00
parent 75a23d7208
commit abd158700c
2 changed files with 6 additions and 1 deletions

View File

@@ -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[]>([])