1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-06-11 17:08:08 +03:00
This commit is contained in:
Sandeep Mistry
2019-01-22 12:04:13 -05:00
committed by Sandeep Mistry
parent 0009b3b70d
commit 3df4990ed3
7 changed files with 7 additions and 7 deletions

View File

@ -67,7 +67,7 @@ void loop() {
// read the status code and body of the response
int statusCode = client.responseStatusCode();
String response = client.responseBody();
String response = client.responseBody();
Serial.print("Status code: ");
Serial.println(statusCode);