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