You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • In a project some data should be stored for later use.
    My decision is to use an SD Card, to be open for a lot of data.
    Problem is E.connectSDCard, I get an error message.
    Somewhere in my mind is a feedback like "you have to build your own binary"
    After some jumping through sources, I could see FLASHFS and FILESYSTEM.
    This is where some confusions starts with different boardfiles for ESP32
    First is ESP32.py having both set
    Next is ESP32_IDF4.py where both are commented
    And for different boards
    ESP32C3_IDF4.py, both are commented
    ESP32S3_IDF4.py, only FLASHFS is commented

    What is the reason for different handling.
    What should I do to build a version which supports SD Cards and runs on a standard ESP32 ?
    I could use ESP32 WROVER oder WROOM and would prefer the WROVER with additional memory

About

Avatar for JumJum @JumJum started