Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jul 27, 2024
1 parent 4678e64 commit cffd1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ble5_multi_advertiser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn main() -> anyhow::Result<()> {

let mut legacy_connectable =
BLEExtAdvertisement::new(BLE_HCI_LE_PHY_1M as _, BLE_HCI_LE_PHY_1M as _);
legacy_connectable.address(&BLEAddress::new(
legacy_connectable.address(&BLEAddress::from_be_bytes(
[0xDE, 0xAD, 0xBE, 0xEF, 0xBA, 0xAD],
BLEAddressType::Random,
));
Expand Down

0 comments on commit cffd1d5

Please sign in to comment.