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
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
I used easiest way how to use library - autoConnect().
But after successfully connection to AP, the ESP is in WIFI_AP_STA mode and after connection to ESP AP there is no web server.
I think this line should be changed to WiFi.mode(WIFI_STA);:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I used easiest way how to use library - autoConnect().
But after successfully connection to AP, the ESP is in WIFI_AP_STA mode and after connection to ESP AP there is no web server.
I think this line should be changed to
WiFi.mode(WIFI_STA);
:ESPAsync_WiFiManager/src/ESPAsync_WiFiManager-Impl.h
Line 1033 in be68975
Or at least check if previous mode was AP/AP_STA an only in that situation use WIFI_AP_STA mode instead of expected WIFI_STA mode.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions