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
Hi,
I faced an issue regarding the station implementation.
On Esp32 the esp_wifi_start is not called if the current mode read from storage is already WIFI_MODE_STA or WIFI_MODE_APSTA:
Hi,
I faced an issue regarding the station implementation.
On Esp32 the
esp_wifi_start
is not called if the current mode read from storage is alreadyWIFI_MODE_STA
orWIFI_MODE_APSTA
:Sming/Sming/Components/Network/Arch/Esp32/Platform/StationImpl.cpp
Line 130 in c3684ab
Looks like c&p error from the else branch lower.
The text was updated successfully, but these errors were encountered: