Moderator: igrr
zioax wrote:I need to run a webserver on the esp, and also make a GET request to a server. Is it possible?
Yes it's possible. I have tried the same from Arduino environment.
if (!client.connect(temp, httpPort)) {
Serial.println("connection failed");
return;
}
etc.
It never connects or reports a connection fail but hangs and the ESP reboots after ~3 seconds. I have tried defeating the watchdog but after ~8secs it still reboots. I posted a similar report no28812 but no one responded.
Any help or advice appreciated.
Fred.