kopia lustrzana https://github.com/cyoung/stratux
Formatting (gofmt).
rodzic
20c09340d7
commit
e8f8a27bc3
|
@ -29,9 +29,9 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/ricochet2200/go-disk-usage/du"
|
||||
humanize "github.com/dustin/go-humanize"
|
||||
"../uatparse"
|
||||
humanize "github.com/dustin/go-humanize"
|
||||
"github.com/ricochet2200/go-disk-usage/du"
|
||||
)
|
||||
|
||||
// http://www.faa.gov/nextgen/programs/adsb/wsa/media/GDL90_Public_ICD_RevA.PDF
|
||||
|
@ -717,10 +717,6 @@ func cpuTempMonitor() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
func updateStatus() {
|
||||
if mySituation.Quality == 2 {
|
||||
globalStatus.GPS_solution = "DGPS (SBAS / WAAS)"
|
||||
|
|
Ładowanie…
Reference in New Issue