update field name

gps_precision changed to gps_accuracy
This commit is contained in:
a-f-G-U-C 2021-10-08 13:08:21 +00:00 committed by GitHub
parent 0c33e28803
commit 5afb33aba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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