We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WifiConnectStatus
1 parent 15a4c9e commit 11dab88Copy full SHA for 11dab88
src/bluetooth.rs
@@ -329,9 +329,9 @@ pub async fn bluetooth_setup_connection(
329
info.set_security_mode(SecurityMode::WPA2_PERSONAL);
330
info.set_access_point_type(AccessPointType::DYNAMIC);
331
send_message(&mut stream, MessageId::WifiInfoResponse, info).await?;
332
- tcp_start.notify_one();
333
read_message(&mut stream, MessageId::WifiStartResponse).await?;
334
read_message(&mut stream, MessageId::WifiConnectStatus).await?;
+ tcp_start.notify_one();
335
let _ = stream.shutdown().await?;
336
337
info!("{} 🚀 Bluetooth launch sequence completed", NAME);
0 commit comments