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
I believe there is a bug in ESP8266WiFi.cpp when using auto reconnect. Namely, the _useClientMode and _useApMode variables need to be set in the constructor, using something like this (I add the first three lines--the fourth line was already there):
Without this change, calling methods like softAP or scanNetworks will change the mode (I've been using WIFI_AP_STA). I've provided more details here (before I thought to create an issue):
I believe there is a bug in ESP8266WiFi.cpp when using auto reconnect. Namely, the _useClientMode and _useApMode variables need to be set in the constructor, using something like this (I add the first three lines--the fourth line was already there):
Without this change, calling methods like softAP or scanNetworks will change the mode (I've been using WIFI_AP_STA). I've provided more details here (before I thought to create an issue):
http://www.esp8266.com/viewtopic.php?f=28&t=4899#p27971
The text was updated successfully, but these errors were encountered: