We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934475b commit 4878d5cCopy full SHA for 4878d5c
libraries/WiFi/src/WiFiClient.cpp
@@ -140,8 +140,7 @@ int WiFiClient::peek() {
140
}
141
142
void WiFiClient::flush() {
143
- while (available())
144
- read();
+ // TODO: a real check to ensure transmission has been completed
145
146
147
void WiFiClient::stop() {
libraries/WiFi/src/WiFiUdp.cpp
@@ -155,8 +155,7 @@ int WiFiUDP::peek()
155
156
void WiFiUDP::flush()
157
{
158
159
160
161
162
IPAddress WiFiUDP::remoteIP()
0 commit comments