I included esp_spi_flash.h and I see there is the below warrning:
Code: Select all
#warning esp_spi_flash.h is deprecated, please use spi_flash_mmap.h instead
#include "spi_flash_mmap.h"
Is there documentation on migrating from esp_spi_flash.h to spi_flash_mmap.h?