1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00

export bdaddr

This commit is contained in:
Robin Appelman 2020-02-08 01:10:50 +01:00
commit a98180af09
3 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,4 @@
use btleplug::api::BDAddr;
use mitemp::{adapter_by_mac, listen};
use mitemp::{adapter_by_mac, listen, BDAddr};
use std::str::FromStr;
fn main() -> Result<(), btleplug::Error> {