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 43d0501 commit 1afdbe3Copy full SHA for 1afdbe3
libraries/WiFiS3/src/WiFiClient.h
@@ -76,7 +76,6 @@ class WiFiClient : public Client {
76
std::shared_ptr<FifoBuffer<uint8_t,RX_BUFFER_DIM>> rx_buffer;
77
int _read();
78
void read_if_needed(size_t s);
79
- void clear_buffer();
80
bool destroy_at_distructor;
81
82
0 commit comments