ESP-IDF
esp_https_ota_event_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_https_ota_event_t
esp_https_ota_event_t enum
Syntax
Show:
Summary
Declaration
from
esp_https_ota.h:26
enum
{
ESP_HTTPS_OTA_START
,
ESP_HTTPS_OTA_CONNECTED
,
ESP_HTTPS_OTA_GET_IMG_DESC
,
ESP_HTTPS_OTA_VERIFY_CHIP_ID
,
ESP_HTTPS_OTA_DECRYPT_CB
,
ESP_HTTPS_OTA_WRITE_FLASH
,
ESP_HTTPS_OTA_UPDATE_BOOT_PARTITION
,
ESP_HTTPS_OTA_FINISH
,
ESP_HTTPS_OTA_ABORT
,
}
;
Values
Value
Declared as
Description
esp_https_ota_event_t::ESP_HTTPS_OTA_START
OTA started.
esp_https_ota_event_t::ESP_HTTPS_OTA_CONNECTED
Connected to server.
esp_https_ota_event_t::ESP_HTTPS_OTA_GET_IMG_DESC
Read app description from image header.
esp_https_ota_event_t::ESP_HTTPS_OTA_VERIFY_CHIP_ID
Verify chip id of new image.
esp_https_ota_event_t::ESP_HTTPS_OTA_DECRYPT_CB
Callback to decrypt function.
esp_https_ota_event_t::ESP_HTTPS_OTA_WRITE_FLASH
Flash write operation.
esp_https_ota_event_t::ESP_HTTPS_OTA_UPDATE_BOOT_PARTITION
Boot partition update after successful ota update.
esp_https_ota_event_t::ESP_HTTPS_OTA_FINISH
OTA finished.
esp_https_ota_event_t::ESP_HTTPS_OTA_ABORT
OTA aborted.
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
esp_https_ota.h:26
}
esp_https_ota_event_t
;
esp_https_ota.h:36
esp_https_ota_event_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out