-
CONFIG_APP_STORAGE_BACKEND_RAM (default): Uses RAM for storage. Data is lost on a power cycle but provides fast access.
-
CONFIG_APP_STORAGE_BACKEND_LITTLEFS : Uses the LittleFS filesystem for flash storage. Data is persistent across power cycles but provides slower access.