mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #440 from meshtastic/jp-bennett-patch-1
Add channel_precision for location data
This commit is contained in:
commit
b9479e6c68
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue