Skip to content

Commit

Permalink
Merge pull request #440 from meshtastic/jp-bennett-patch-1
Browse files Browse the repository at this point in the history
Add channel_precision for location data
  • Loading branch information
thebentern authored Feb 12, 2024
2 parents 4cfff1e + 9339bbb commit b9479e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ message Config {
* Set where GPS is enabled, disabled, or not present
*/
GpsMode gps_mode = 13;

/*
* Set GPS precision in bits per channel, or 0 for disabled
*/
repeated uint32 channel_precision = 14;
}

/*
Expand Down

0 comments on commit b9479e6

Please sign in to comment.