Skip to content

Error Message WiFiClient::flush() #14

Description

@barakuda21

Substitude in WiFiClient.cpp
the WiFiClient::flush() function
new function see below
after replacing no more error message
Source:
espressif/arduino-esp32#4736

Path:
C:/Users/uli/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiClient.cpp \

new Function:
void WiFiClient::flush() {
if(available()){
while(read() >= 0) {};
}
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions