Add precision_bits to location messages

jp-bennett-patch-2
Jonathan Bennett 2024-02-19 21:44:04 -06:00 zatwierdzone przez GitHub
rodzic 5f28be497a
commit 951431ff42
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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;
}
/*