martinayotte wrote:It is in fact what ESP8266WiFiSTAClass::isConnected() does :Code: Select allbool ESP8266WiFiSTAClass::isConnected() {
return (status() == WL_CONNECTED);
}
Ok so that won't help me. I wonder what else i can do to solve this issue, any ideas ? I wish i could get rid of the ESP.reset().