Home
last modified time | relevance | path

Searched refs:default_ota (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/app_update/
Desp_ota_ops.c571 const esp_partition_t *default_ota = NULL; in esp_ota_get_next_update_partition() local
598 if (default_ota == NULL) { in esp_ota_get_next_update_partition()
601 default_ota = p; in esp_ota_get_next_update_partition()
613 return default_ota; in esp_ota_get_next_update_partition()