diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index fd29d375..33783c7b 100644 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -212,7 +212,7 @@ func makeOwnshipReport() bool { if isTempPressValid() { altf = float64(mySituation.Pressure_alt) } else { - altf = float64(mySituation.Alt) //FIXME: Pass GPS altitude if PA not available + altf = float64(mySituation.Alt) //FIXME: Pass GPS altitude if PA not available. **WORKAROUND FOR FF** } altf = (altf + 1000) / 25 @@ -465,7 +465,6 @@ func cpuTempMonitor() { } } - func updateStatus() { if isGPSValid() { globalStatus.GPS_satellites_locked = mySituation.Satellites