Fix gps timestamp name (#341)

* GPSlocation timestamp: Better name

* better
This commit is contained in:
HaraldSchafer
2022-08-01 22:05:22 -07:00
committed by GitHub
parent a4db5e79e4
commit fbd45de6e6

View File

@@ -251,9 +251,7 @@ struct GpsLocationData {
# Represents expected accuracy in meters. (presumably 1 sigma?)
accuracy @6 :Float32;
# Timestamp for the location fix.
# Milliseconds since January 1, 1970.
timestamp @7 :Int64;
unixTimestampMillis @7 :Int64;
source @8 :SensorSource;