Skip to content

Commit

Permalink
Add MT7922 to tested cards list.
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhays committed Sep 10, 2024
1 parent 3c05588 commit ee5c475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ OS-agnostic, so I don't keep track of what OS I test card on.
- Cypress CYW43438 (on the Pi 3)
- Broadcom BCM20702A0 external USB adapter
- Cambridge Silicon external USB adapter
- Mediatek MT7922

# Contributing
Like Flipwire? Leave me a star!
Expand Down
2 changes: 1 addition & 1 deletion src/flipper_ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ impl FlipperBle {
now = chrono::Local::now();
let packet = self.proto.create_set_datetime_request_packet(now.into())?;
self.flipper.write(&rx_chr, &packet, WriteType::WithoutResponse).await?;

debug!("using datetime {:?}", now);

Ok(())
Expand Down

0 comments on commit ee5c475

Please sign in to comment.