Update telemetry to standardize cs timestamps

This commit is contained in:
2026-04-13 20:18:21 +02:00
parent 40e892a7c4
commit e46f0e92c2

View File

@@ -31,7 +31,7 @@ int Telemetry::loop() {
vbatGlobalRead(packet.vbat);
GpsData gps;
gpsGlobalRead(gps);
packet.time_stamp = gps.time_;
packet.time_stamp = hhmmsscc_to_cs(gps.time_);
packet.lat = gps.lat_.value_;
packet.lng = gps.lng_.value_;
packet.speed = gps.speed_.value_;