Hello!
I followed the ESP32 Control Outputs from anywhere guide.
My problem still alive.. it works perfectly.. but after a few minutes,
although I check in the loop that the wifi is connected, I get this error message as a continuous loop:
Received stream payload size: 39 (Max. 100)
stream timeout, resuming...
stream timeout, resuming...
error code: -3, reason: not connected
stream timeout, resuming...
my loop checks:
while (WiFi.status() != WL_CONNECTED) {
Serial.println(“Wifi lost!”);
Serial.println(‘Try Reconnecting..’);
initWiFi();
}
i have the code test on ESP32 Dev Kit and ESP32 CAM
Please help..
Thanks Marcel
3 Answers