uint16_t ota_app_count = 0;
uint32_t i = 0;
uint32_t seq;
- static spi_flash_mmap_memory_t ota_data_map;
+ spi_flash_mmap_handle_t ota_data_map;
const void *result = NULL;
find_partition = esp_partition_find_first(ESP_PARTITION_TYPE_DATA, ESP_PARTITION_SUBTYPE_DATA_OTA, NULL);
{
esp_err_t ret;
const esp_partition_t *find_partition = NULL;
- static spi_flash_mmap_memory_t ota_data_map;
+ spi_flash_mmap_handle_t ota_data_map;
const void *result = NULL;
uint16_t ota_app_count = 0;
find_partition = esp_partition_find_first(ESP_PARTITION_TYPE_DATA, ESP_PARTITION_SUBTYPE_DATA_OTA, NULL);