Add precision_bits to location messages

pull/448/head
Jonathan Bennett 2024-02-19 21:44:04 -06:00
rodzic 083d9e7190
commit df08595682
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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