mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add precision_bits to location messages
This commit is contained in:
parent
083d9e7190
commit
df08595682
1 changed files with 5 additions and 0 deletions
|
|
@ -203,6 +203,11 @@ message Position {
|
|||
* detect lost updates if needed
|
||||
*/
|
||||
uint32 seq_number = 22;
|
||||
|
||||
/*
|
||||
* Indicates the bits of precision set by the sending node
|
||||
*/
|
||||
uint32 precision_bits = 23;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue