mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Don't close UDP pcbs when WiFi connection drops (#969)
This commit is contained in:
@ -831,7 +831,6 @@ void ESP8266WiFiClass::_eventCallback(void* arg)
|
||||
|
||||
if (event->event == EVENT_STAMODE_DISCONNECTED) {
|
||||
WiFiClient::stopAll();
|
||||
WiFiUDP::stopAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user