mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
feat(esp_http_client): Added support for OTA using ds peripheral for TLS
This commit is contained in:
@@ -160,6 +160,9 @@ typedef struct {
|
||||
#if CONFIG_ESP_TLS_USE_SECURE_ELEMENT
|
||||
bool use_secure_element; /*!< Enable this option to use secure element */
|
||||
#endif
|
||||
#if CONFIG_ESP_TLS_USE_DS_PERIPHERAL
|
||||
void *ds_data; /*!< Pointer for digital signature peripheral context, see ESP-TLS Documentation for more details */
|
||||
#endif
|
||||
} esp_http_client_config_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user