File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ void loop() {
67
67
68
68
// read the status code and body of the response
69
69
int statusCode = client.responseStatusCode ();
70
- String response = client.responseBody ();
70
+ String response = client.responseBody ();
71
71
72
72
Serial.print (" Status code: " );
73
73
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ void loop() {
65
65
66
66
// read the status code and body of the response
67
67
int statusCode = client.responseStatusCode ();
68
- String response = client.responseBody ();
68
+ String response = client.responseBody ();
69
69
70
70
Serial.print (" Status code: " );
71
71
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void loop() {
56
56
57
57
// read the status code and body of the response
58
58
int statusCode = client.responseStatusCode ();
59
- String response = client.responseBody ();
59
+ String response = client.responseBody ();
60
60
61
61
Serial.print (" Status code: " );
62
62
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ void loop() {
51
51
52
52
// read the status code and body of the response
53
53
int statusCode = client.responseStatusCode ();
54
- String response = client.responseBody ();
54
+ String response = client.responseBody ();
55
55
56
56
Serial.print (" Status code: " );
57
57
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ void loop() {
54
54
55
55
// read the status code and body of the response
56
56
int statusCode = client.responseStatusCode ();
57
- String response = client.responseBody ();
57
+ String response = client.responseBody ();
58
58
59
59
Serial.print (" Status code: " );
60
60
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ void loop() {
54
54
55
55
// read the status code and body of the response
56
56
int statusCode = client.responseStatusCode ();
57
- String response = client.responseBody ();
57
+ String response = client.responseBody ();
58
58
59
59
Serial.print (" Status code: " );
60
60
Serial.println (statusCode);
Original file line number Diff line number Diff line change @@ -77,4 +77,4 @@ void loop() {
77
77
}
78
78
79
79
Serial.println (" disconnected" );
80
- }
80
+ }
You can’t perform that action at this time.
0 commit comments