Is there any documentation that explain the difference between CONFIG_SPIRAM_USE_MEMMAP , SPIRAM_USE_CAPS_ALLOC and SPIRAM_USE_MALLOC ? What are the pros and cons of each of the approaches? Thank you. Docs Basically, it's a hierarchy of functionality: 1. SPIRAM_USE_MEMMAP: Your code...