Skip to content

Commit

Permalink
remove stopAll also from ArduinoOTA
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Jun 23, 2022
1 parent 1f3690b commit ac94867
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/ArduinoOTA/ArduinoOTA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ void ArduinoOTAClass::_runUpdate() {
delay(100);

Update.setMD5(_md5.c_str());
WiFiUDP::stopAll();
WiFiClient::stopAll();

if (_start_callback) {
_start_callback();
Expand Down

0 comments on commit ac94867

Please sign in to comment.