We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b879f80 commit b1b77a6Copy full SHA for b1b77a6
libraries/WiFi/src/WiFiClient.h
@@ -49,7 +49,7 @@ class WiFiClient : public Client
49
int read(uint8_t *buf, size_t size);
50
int peek()
51
{
52
- return 0;
+ return -1;
53
}
54
void flush();
55
void stop();
0 commit comments