From df085956824c6d2023ef77304a13024fb890e3d4 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 19 Feb 2024 21:44:04 -0600 Subject: [PATCH] Add precision_bits to location messages --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index af08b80..51f38bc 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; } /*