You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BootWiFi::boot hangs on m_completeSemaphore.wait("boot") if WiFi::connectAP receives SYSTEM_EVENT_STA_DISCONNECTED because m_completeSemaphore.give() is never called.