Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Pablo2048
#65341 Maximum skech size is about 1MB (cache area for CPU), but for OTA to work You need twice memory available - try to use ESP.getSketchSize() and ESP.getFreeSketchSpace() . OTA mechanism is described clearly here https://github.com/esp8266/Arduino/blob ... /readme.md (look for Update process - memory view)