You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Substitude in WiFiClient.cpp
the WiFiClient::flush() function
new function see below
after replacing no more error message
Source: espressif/arduino-esp32#4736
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) {};
}
}
The text was updated successfully, but these errors were encountered: