We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f23e5a commit 4b7e049Copy full SHA for 4b7e049
src/connections/ble_handler.rs
@@ -87,7 +87,7 @@ impl Display for BleId {
87
}
88
89
/// A Meshtastic device discovered via Bluetooth LE.
90
-#[derive(Clone, PartialEq, Eq)]
+#[derive(Clone, PartialEq, Eq, Debug)]
91
pub struct BleDevice {
92
/// The broadcast name of the device.
93
pub name: Option<String>,
0 commit comments