GPS is always turned off - this mode is not recommended - use GpsOpTimeOnly instead
This node is mobile and we should get GPS position at a rate governed by gps_update_rate
Note: This mode was removed, because it is identical go GpsOpMobile with a gps_update_rate of once per day This node is mostly stationary, we should try to get location only once per day, Once we have that position we should turn the GPS to sleep mode This is the recommended configuration for stationary 'router' nodes
We should only use the GPS to get time (no location data should be acquired/stored) Once we have the time we treat gps_update_interval as MAXINT (i.e. sleep forever)
This is treated as GpsOpMobile - it is the default setting
Generated using TypeDoc
How the GPS hardware in this unit is operated. Note: This is independent of how our location is shared with other devices. For that see LocationSharing
from protobuf enum GpsOperation