Update telemetry to standardize cs timestamps
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user