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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Hello
I have been trying for many days to get http to not respond -1 using the DDNS_client.ino example.
I have modified the source (EasyDDNS.cpp) to know if the call to http.begin was correct.
`int httpCode = http.GET();
Serial.println(String(httpCode)+" desde ddns.cpp: "+update_url);
if (httpCode == 200) {
`
If I do a copy/paste from monitor in firefox it correctly updates the ip in no_ip.com.
The call to "ifconfig.me/ip" resolves it perfectly and returns the real ip.
I am using an ESP01S (8266) with all the updated libraries.
IDE v. 1.8.19
ESP8266 v. 3.1.2
Greetings
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
I have been trying for many days to get http to not respond -1 using the DDNS_client.ino example.
I have modified the source (EasyDDNS.cpp) to know if the call to http.begin was correct.
`int httpCode = http.GET();
Serial.println(String(httpCode)+" desde ddns.cpp: "+update_url);
if (httpCode == 200) {
`
If I do a copy/paste from monitor in firefox it correctly updates the ip in no_ip.com.
The call to "ifconfig.me/ip" resolves it perfectly and returns the real ip.
I am using an ESP01S (8266) with all the updated libraries.
IDE v. 1.8.19
ESP8266 v. 3.1.2
Greetings
The text was updated successfully, but these errors were encountered: