diff --git a/src/util.rs b/src/util.rs index 776e44dec568e0625df464be5952be41d6394fa2..8556ee825f2813a35d858e6efeb06fc3e890050f 100644 --- a/src/util.rs +++ b/src/util.rs @@ -87,7 +87,7 @@ pub fn print_packet(pkt: &Packet<MAX_PACKET_LEN>, rssi: Option<f64>) { ); } (Some(hw), None) => { - println!("{} \t{hw:#06x}", "SW:".color(color)); + println!("{} \t{hw:#06x}", "HW:".color(color)); } (None, Some(sw)) => { println!("{} \t{sw:#04x}", "SW:".color(color));