Skip to content

Commit

Permalink
Add precision_bits to location messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Feb 20, 2024
1 parent 5f28be4 commit 951431f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 951431f

Please sign in to comment.