From 6845fb6f3fa484782201c05123359d19e7ca22cf Mon Sep 17 00:00:00 2001 From: gsd Date: Fri, 13 Feb 2026 19:24:48 +0300 Subject: [PATCH] pf --- protobufs_extra/position_proto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobufs_extra/position_proto.py b/protobufs_extra/position_proto.py index 8e3cc47..0896a61 100644 --- a/protobufs_extra/position_proto.py +++ b/protobufs_extra/position_proto.py @@ -17,7 +17,7 @@ POSITION_SCHEME = [ ("sfixed32", "latitude_i", 1), ("sfixed32", "longitude_i", 2), ("int32", "altitude", 3), - ("float32", "time", 4), + ("fixed32", "time", 4), ("int32", "location_source", 5), ("int32", "altitude_source", 6), ("fixed32", "timestamp", 7),