Add precision_bits to location messages

This commit is contained in:
Jonathan Bennett 2024-02-19 21:44:04 -06:00
parent 083d9e7190
commit df08595682

View file

@ -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;
}
/*