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

Moderator: igrr

User avatar
By RIN67630
#88044 I am rather new to OTA.
my sketch uses ~1100 lines of code and compiles for an ESP8266 E12 like that:

Code: Select allSketch uses 480536 bytes (46%) of program storage space. Maximum is 1044464 bytes.
Global variables use 33464 bytes (40%) of dynamic memory, leaving 48456 bytes for local variables. Maximum is 81920 bytes.


Will I soon get trouble since the OTA needs half of the program memory to update?
I don't need EEPROM, nor SPIFFS.
Have I got a solution to use EEPROM for OTA?

Thank you for your advice.