1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

Fix example sketch, espota output and failing updater

I get 100% success with OTA now
This commit is contained in:
Me No Dev
2015-11-08 02:01:06 +02:00
parent 83b035d3a1
commit e613e42249
3 changed files with 42 additions and 34 deletions

View File

@ -103,7 +103,7 @@ class UpdaterClass {
}
if(remaining() == 0)
return written;
yield();
delay(1);
available = data.available();
}
return written;