Skip to content

Commit

Permalink
Less dramatic gpsd http cfg documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Apr 4, 2022
1 parent 7850c5f commit 587580f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ type BeaconConfig struct {
}

type GPSdConfig struct {
// enable GPSd support in web interface
// WARNING: If you enable GPSd http endpoint (enable_http) you might
// expose your current position to anyone who has access to Pat!!!
// Enable GPSd proxy for HTTP (web GUI)
//
// Caution: Your GPS position will be accessible to any network device able to access Pat's HTTP interface.
EnableHTTP bool `json:"enable_http"`

// Use server time instead of timestamp provided by GPSd (e.g for older GPS
Expand Down

0 comments on commit 587580f

Please sign in to comment.