Skip to content

Commit 709109d

Browse files
committed
Remove unused code.
1 parent 9379894 commit 709109d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Adafruit_IO_Client.cpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,6 @@ bool Adafruit_IO_Client::send(const char* feed, const char* value,
6060
}
6161
_client.print('}');
6262

63-
// Serial.println("WRITTEN");
64-
// char c = 0;
65-
// int timeout=5000;
66-
// while (timeout > 0) {
67-
// if (!_client.connected()) {
68-
// Serial.println("DISCONNECTED!");
69-
// return false;
70-
// }
71-
// while (_client.available()) {
72-
// char c = _client.read();
73-
// Serial.print(c);
74-
// }
75-
// timeout -= 10;
76-
// delay(10);
77-
// }
78-
// Serial.println("DONE!");
79-
// _client.stop();
80-
// return false;
81-
8263
// Now wait to read response (up to the client's configured stream timeout).
8364
// First read the HTTP/1.1 response.
8465
char recvbuffer[IO_CLIENT_RECV_SIZE] = {0};

0 commit comments

Comments
 (0)