Skip to content

Commit

Permalink
bugfix: don't use BT adapter name by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 29, 2024
1 parent 0eca4cc commit e171bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Default for DummyLinuxModem {
Self::new(
Some(NetifConf::default()),
edge_nal_std::Stack::new(),
|| rs_matter::transport::network::btp::BuiltinGattPeripheral::new(Some("BT")),
|| rs_matter::transport::network::btp::BuiltinGattPeripheral::new(None),
)
}
}
Expand Down

0 comments on commit e171bc0

Please sign in to comment.