diff --git a/examples/DweetPost/DweetPost.ino b/examples/DweetPost/DweetPost.ino index 1e2d792..f1da2b9 100644 --- a/examples/DweetPost/DweetPost.ino +++ b/examples/DweetPost/DweetPost.ino @@ -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); diff --git a/examples/PostWithHeaders/PostWithHeaders.ino b/examples/PostWithHeaders/PostWithHeaders.ino index d061651..c2b1f0a 100644 --- a/examples/PostWithHeaders/PostWithHeaders.ino +++ b/examples/PostWithHeaders/PostWithHeaders.ino @@ -65,7 +65,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); diff --git a/examples/SimpleDelete/SimpleDelete.ino b/examples/SimpleDelete/SimpleDelete.ino index 84a802e..120f8d4 100644 --- a/examples/SimpleDelete/SimpleDelete.ino +++ b/examples/SimpleDelete/SimpleDelete.ino @@ -56,7 +56,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); diff --git a/examples/SimpleGet/SimpleGet.ino b/examples/SimpleGet/SimpleGet.ino index 845cfc6..90d1f68 100644 --- a/examples/SimpleGet/SimpleGet.ino +++ b/examples/SimpleGet/SimpleGet.ino @@ -51,7 +51,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); diff --git a/examples/SimplePost/SimplePost.ino b/examples/SimplePost/SimplePost.ino index 19fae75..a4704e5 100644 --- a/examples/SimplePost/SimplePost.ino +++ b/examples/SimplePost/SimplePost.ino @@ -54,7 +54,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); diff --git a/examples/SimplePut/SimplePut.ino b/examples/SimplePut/SimplePut.ino index 82264ca..99af49f 100644 --- a/examples/SimplePut/SimplePut.ino +++ b/examples/SimplePut/SimplePut.ino @@ -54,7 +54,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); diff --git a/examples/SimpleWebSocket/SimpleWebSocket.ino b/examples/SimpleWebSocket/SimpleWebSocket.ino index 92f3f55..b20d74b 100644 --- a/examples/SimpleWebSocket/SimpleWebSocket.ino +++ b/examples/SimpleWebSocket/SimpleWebSocket.ino @@ -77,4 +77,4 @@ void loop() { } Serial.println("disconnected"); -} \ No newline at end of file +}