-
Notifications
You must be signed in to change notification settings - Fork 368
WorldClockClient stoped working #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have solved reverting timeclient.cpp to the old version in which the addresses of the server were with www. in front |
Hi guys Thank you for this report. Could you please add some more information? Is this about WorldClockClient.cpp or TimeClient.cpp? Can you please add the output from the serial console and explain in more detail how you fixed it? Thank you so much! |
Hi, for me issue is that time is not always received in wordclockdemo sketch. After several retries it succeeds. |
Works for me with the latest 1.6.4 -> closing |
Part below stopped working and is not returning time anymore
WorldClockClient.cpp
// http://api.thingspeak.com/channels/CHANNEL_ID/feeds.json?results=2&api_key=API_KEY
const char host[] = "oleddisplay.squix.ch";
String url = "/rest/time";
The text was updated successfully, but these errors were encountered: