Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LITTLEFS_MALLOC_STRATEGY_SPIRAM depends.
ESP32_SPIRAM_SUPPORT has been renamed to SPIRAM since IDF 5.0: espressif/esp-idf@0687daf#diff-23044c90e9c0d809dc2befbe42491cd077bf06445cd24e6acba7784ea5f28b27R20 Also checking for SPIRAM support is not necessary, as SPIRAM_USE_MALLOC already depends on SPIRAM. Additionally allocating using heap_caps_malloc(..., MALLOC_CAP_SPIRAM) is also possible if SPIRAM_USE_CAPS_ALLOC is set (then SPIRAM is **only** allocatable with heap_caps_malloc, not with malloc)
- Loading branch information