Skip to content

Commit 4b7e049

Browse files
committed
Add Debug for BleDevice
1 parent 7f23e5a commit 4b7e049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/ble_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl Display for BleId {
8787
}
8888

8989
/// A Meshtastic device discovered via Bluetooth LE.
90-
#[derive(Clone, PartialEq, Eq)]
90+
#[derive(Clone, PartialEq, Eq, Debug)]
9191
pub struct BleDevice {
9292
/// The broadcast name of the device.
9393
pub name: Option<String>,

0 commit comments

Comments
 (0)