mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
do not call tcp/udp ::stopAll() when it is not required to do so (#8598)
* do not call tcp/udp ::stopAll() when it is not required to to so * remove stopAll also from ArduinoOTA
This commit is contained in:
@ -265,8 +265,6 @@ void ArduinoOTAClass::_runUpdate() {
|
||||
delay(100);
|
||||
|
||||
Update.setMD5(_md5.c_str());
|
||||
WiFiUDP::stopAll();
|
||||
WiFiClient::stopAll();
|
||||
|
||||
if (_start_callback) {
|
||||
_start_callback();
|
||||
|
Reference in New Issue
Block a user