So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By mrred128
#72549 FYI.....only a noob in ESP-8266

My esp12e has 4m of flash.....but maximum program size is 1m. Is there a reason why?
User avatar
By btidey
#72600 Although one can change the split, the maximum program size can also be limited by the development environment.

I believe Arduino allows for up to 1MB maximum or half that if one wants to do OTA update. It would be quite nice if that was extended particularly when using OTA.
User avatar
By Pablo2048
#72605 1MB code limit its because of the size of cacheable region (hardware limit of ESP8266). You can use 2M/2M division, which gives you 1M for code, 1M for OTA update and 2M for SPIFFS...