kopia lustrzana https://github.com/cyoung/stratux
Comment.
rodzic
3fc1f2de16
commit
306ee8fa57
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue