mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add channel_precision for location data
This commit is contained in:
parent
20f2783e19
commit
0c03644895
1 changed files with 5 additions and 0 deletions
|
|
@ -336,6 +336,11 @@ message Config {
|
|||
* Set where GPS is enabled, disabled, or not present
|
||||
*/
|
||||
GpsMode gps_mode = 13;
|
||||
|
||||
/*
|
||||
* Set GPS precision in bits, or 0 for disabled
|
||||
*/
|
||||
uint32 channel_precision[8] = 14;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue