Horizontal acc (#595)

* accuracy means horizontal

* typo

---------

Co-authored-by: Bruce Wayne <harald.the.engineer@gmail.com>
This commit is contained in:
Adeeb Shihadeh
2024-02-28 20:22:45 -08:00
committed by GitHub
parent 2012d9fd16
commit bfbb0cab83

View File

@@ -269,8 +269,8 @@ struct GpsLocationData {
# Represents heading in degrees.
bearingDeg @5 :Float32;
# Represents expected accuracy in meters. (presumably 1 sigma?)
accuracy @6 :Float32;
# Represents expected horizontal accuracy in meters.
horizontalAccuracy @6 :Float32;
unixTimestampMillis @7 :Int64;