We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9781622 commit 1d4e2faCopy full SHA for 1d4e2fa
src/cla/ble/server.rs
@@ -7,7 +7,7 @@ use tokio::time::{sleep, Duration};
7
8
#[cfg(target_os = "linux")]
9
#[tokio::main]
10
-async fn main() -> anyhow::Result<()> {
+async fn _main() -> anyhow::Result<()> {
11
let session = bluer::Session::new().await?;
12
let adapter = session.default_adapter().await?;
13
adapter.set_powered(true).await?;
0 commit comments