mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
fix: fix preencrypted ota failed with pytest server and partial http enabled
This commit is contained in:
@@ -62,6 +62,7 @@ typedef struct {
|
||||
#if CONFIG_ESP_HTTPS_OTA_DECRYPT_CB
|
||||
decrypt_cb_t decrypt_cb; /*!< Callback for external decryption layer */
|
||||
void *decrypt_user_ctx; /*!< User context for external decryption layer */
|
||||
uint16_t enc_img_header_size; /*!< Header size of pre-encrypted ota image header */
|
||||
#endif
|
||||
} esp_https_ota_config_t;
|
||||
|
||||
|
Reference in New Issue
Block a user