diff --git a/src/util.rs b/src/util.rs index 4dff884b1f22f873799ab464c010d0af9ae0b1a0..0f920c7d9b9a282b8ea9957120aeec5cd9ecf154 100644 --- a/src/util.rs +++ b/src/util.rs @@ -68,7 +68,7 @@ pub fn print_packet(pkt: &Packet<MAX_PACKET_LEN>, rssi: Option<f64>) { } if let Some(gps) = pkt.gps() { println!( - "{} \t({:07.2}, {:07.2}) +/- {:03} m, v = {:.2} m/s [N {:.2} deg]", + "{} \t({:07.4}, {:07.4}) +/- {:03} m, v = {:.2} m/s [N {:.2} deg]", "GPS:".color(color), gps.latitude(), gps.longitude(),