diff --git a/code/espurna/ota.ino b/code/espurna/ota.ino index 4dc015a9..a6dcaeb5 100644 --- a/code/espurna/ota.ino +++ b/code/espurna/ota.ino @@ -118,6 +118,7 @@ void _otaFrom(const char * host, unsigned int port, const char * url) { _ota_size += len; DEBUG_MSG_P(PSTR("[OTA] Progress: %u bytes\r"), _ota_size); + delay(0); }, NULL);