Skip to content

Commit

Permalink
feat: adds Eph field to TPVReport
Browse files Browse the repository at this point in the history
Add Eph to TPVReport
  • Loading branch information
josip authored Oct 21, 2023
2 parents ac4f3e9 + 405da01 commit db10053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ type TPVReport struct {
Epd float64 `json:"epd"`
Eps float64 `json:"eps"`
Epc float64 `json:"epc"`
Eph float64 `json:"eph"`
}

// SKYReport reports sky view of GPS satellites
Expand Down

0 comments on commit db10053

Please sign in to comment.