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
In a poor signal status ESP8266 try to reconnect every second but if connected again server function is not automatically restored (e.g. server.begin() need to be re executed).
Is this a normal behavior?
Can this be controlled somehow?
Where can I find documentation on the ESP8266 WiFi behavior and how to control it?
My understanding is that the current usage model expects the user to make use of the WiFi events to restart any servers (e.g.: mdns notifyap).
Therefore, I'll address by documenting the behavior.
----------------------------- Remove above -----------------------------
Basic Info
Hardware: NODEMCU 1.2
Core Version: 2.3.0-rc1
Description
ESP8266 autoreconnect but Server is stopped.
In a poor signal status ESP8266 try to reconnect every second but if connected again server function is not automatically restored (e.g. server.begin() need to be re executed).
Is this a normal behavior?
Can this be controlled somehow?
Where can I find documentation on the ESP8266 WiFi behavior and how to control it?
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 4MB
CPU Frequency: 80Mhz
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: SERIAL?
Reset Method: nodemcu?
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: