Searched refs:esp_https_ota_config_t (Results 1 – 4 of 4) sorted by relevance
36 } esp_https_ota_config_t; typedef94 esp_err_t esp_https_ota_begin(esp_https_ota_config_t *ota_config, esp_https_ota_handle_t *handle);
160 static bool is_server_verification_enabled(esp_https_ota_config_t *ota_config) { in is_server_verification_enabled()166 esp_err_t esp_https_ota_begin(esp_https_ota_config_t *ota_config, esp_https_ota_handle_t *handle) in esp_https_ota_begin()579 esp_https_ota_config_t ota_config = { in esp_https_ota()
35 …age download feature, enable ``partial_http_download`` configuration in ``esp_https_ota_config_t``.
114 esp_https_ota_config_t ota_config = { in advanced_ota_example_task()