Skip to content

Commit 2d80922

Browse files
committedJun 23, 2022
remove stopAll also from ArduinoOTA
1 parent daf157d commit 2d80922

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎libraries/ArduinoOTA/ArduinoOTA.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ void ArduinoOTAClass::_runUpdate() {
265265
delay(100);
266266

267267
Update.setMD5(_md5.c_str());
268-
WiFiUDP::stopAll();
269-
WiFiClient::stopAll();
270268

271269
if (_start_callback) {
272270
_start_callback();

0 commit comments

Comments
 (0)