Hello,
I am trying to run some examples from device/btleplug to detect bluetooth devices.
But when trying this example specifically, I get directly abort cargo run.
I don't know what this is due to and worse, where I should start to investigate!
I am using dependencies below. Using branch dev was recommended by the authors ^^!
[dependencies]
btleplug = {git = "https://github.com/deviceplug/btleplug.git", branch="dev"}
tokio = { version = "1", features = ["full"] }
pretty_env_logger = "0.4.0"
futures = "0.3.15"