You are reading a single comment by @Unreality and its replies. Click here to read the full conversation.
  • Hmm, why you want to overload the ESP12 with filesystem or spiffs.

    Storage on ESP12 4MB board offers 48 x 4096 byte = 196.128 byte memory mapped.

    So what else do you need?

  • I would like to store make a tool to copy all files of a mini website onto ESP12 and make it to serve the site

    48 pages aren't quite enough to store it.

    I made my own File Structure (without researching the right way to do so) using Storage Module, so that it can map the full folder structure & file content, i.e. mapping "/img/longFileName.js" with its content inside Storage module.


    1 Attachment

About

Avatar for Unreality @Unreality started