You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Hi @maze1980,

    Storage is using save pages in the memory mapped area.
    A 4MB build will give you 48x4096 bytes, which is exactly 196608 byte.

    require("ESP8266").getFreeFlash() returns all other memory areas as defined in source code. For working with those areas use the build in Flash Library and the FlashEEPROM module.

About

Avatar for MaBe @MaBe started