forked from espressif/arduino-esp32
Implement WiFiClient.peek()
Thanks @miomir1981
This commit is contained in:
@ -47,10 +47,7 @@ public:
|
||||
int available();
|
||||
int read();
|
||||
int read(uint8_t *buf, size_t size);
|
||||
int peek()
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
int peek();
|
||||
void flush();
|
||||
void stop();
|
||||
uint8_t connected();
|
||||
|
Reference in New Issue
Block a user