From 5afb33aba5d08bc577caac5fb0fba73067a9f15a Mon Sep 17 00:00:00 2001 From: a-f-G-U-C <65810997+a-f-G-U-C@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:08:21 +0000 Subject: [PATCH] update field name gps_precision changed to gps_accuracy --- mesh.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh.proto b/mesh.proto index d6490b2..4788b51 100644 --- a/mesh.proto +++ b/mesh.proto @@ -140,11 +140,11 @@ message Position { uint32 VDOP = 18; /* - * GPS precision (a hardware specific constant) in mm - * multiplied with DOP to calculate position accuracy + * GPS accuracy (a hardware specific constant) in mm + * multiplied with DOP to calculate positional accuracy * Default: "'bout three meters-ish" :) */ - uint32 gps_precision = 19; + uint32 gps_accuracy = 19; /* * Ground speed in m/s and True North TRACK in 1/100 degrees