Browse Source

yield after handling OTA request

refactor-terminal
Max Prokhorov 5 years ago
parent
commit
874986f716
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/ota.ino

+ 1
- 0
code/espurna/ota.ino View File

@ -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);


Loading…
Cancel
Save