pull/134/head
Christopher Young 2015-12-01 19:32:20 -05:00
rodzic 3fc1f2de16
commit 306ee8fa57
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ func makeOwnshipReport() bool {
if isTempPressValid() { if isTempPressValid() {
altf = float64(mySituation.Pressure_alt) altf = float64(mySituation.Pressure_alt)
} else { } 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 altf = (altf + 1000) / 25
@ -465,7 +465,6 @@ func cpuTempMonitor() {
} }
} }
func updateStatus() { func updateStatus() {
if isGPSValid() { if isGPSValid() {
globalStatus.GPS_satellites_locked = mySituation.Satellites globalStatus.GPS_satellites_locked = mySituation.Satellites