File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/SquareLine/v8/WiFiClock Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ void ParseWeather(String url)
312
312
Serial.printf (" Weather: %s\n " , Weather);
313
313
Serial.printf (" temperature: %d\n " , temperature);
314
314
} else {
315
- Serial.printf (" ERROR: HTTP_CODE Weather \n " );
315
+ Serial.printf (" ERROR: [ParseWeather] OpenWeather API --> HTTP code %d \n " , httpGet );
316
316
}
317
317
} else {
318
318
Serial.printf (" ERROR: httpGet Weather\n " );
@@ -338,7 +338,7 @@ void Parselatlon(String url)
338
338
Serial.printf (" lat: %s\n " , lat);
339
339
Serial.printf (" lon: %s\n " , lon);
340
340
} else {
341
- Serial.printf (" ERROR: HTTP_CODE latlon \n " );
341
+ Serial.printf (" ERROR: [Parselatlon] OpenWeather API --> HTTP code %d \n " , httpGet );
342
342
}
343
343
} else {
344
344
Serial.printf (" ERROR: httpGet latlon\n " );
You can’t perform that action at this time.
0 commit comments