ypegua

Results 4 comments of ypegua

for now im just using the `ESP.reset();` when the connection stops. its not ideal but its keeps the ESP8266 working 24/7.

You can do this: if (Firebase.failed()) { Serial.print("setting number failed:"); Serial.println(Firebase.error()); ESP.reset(); }

Me neither, its just a solution until I find the real problem.