mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Don't close UDP pcbs when WiFi connection drops (#969)
This commit is contained in:
parent
66c69b32ad
commit
adb0dac077
@ -831,7 +831,6 @@ void ESP8266WiFiClass::_eventCallback(void* arg)
|
||||
|
||||
if (event->event == EVENT_STAMODE_DISCONNECTED) {
|
||||
WiFiClient::stopAll();
|
||||
WiFiUDP::stopAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user