Skip to content

Commit adb0dac

Browse files
committed
Don't close UDP pcbs when WiFi connection drops (#969)
1 parent 66c69b3 commit adb0dac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFi.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ void ESP8266WiFiClass::_eventCallback(void* arg)
831831

832832
if (event->event == EVENT_STAMODE_DISCONNECTED) {
833833
WiFiClient::stopAll();
834-
WiFiUDP::stopAll();
835834
}
836835
}
837836

0 commit comments

Comments
 (0)