Searched refs:MAX_OTA_SLOTS (Results 1 – 2 of 2) sorted by relevance
23 #define MAX_OTA_SLOTS 16 macro29 esp_partition_pos_t ota[MAX_OTA_SLOTS];
262 if (index >= 0 && index < MAX_OTA_SLOTS && index < (int)bs->app_count) { in index_to_partition()