ESP-IDF + 0/3 examples
SourceVu will show references to esp_https_ota_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
ESP HTTP client configuration.
Callback after ESP HTTP client is initialised.
bool
Erase entire flash partition during initialization. By default flash partition is erased during write operation and in chunk of 4K sector size.
bool
Enable Firmware image to be downloaded over multiple HTTP requests.
int
Maximum request size for partial HTTP download.
uint32_t
The memory capability to use when allocating the buffer for OTA update. Default capability is MALLOC_CAP_DEFAULT.
Callback for external decryption layer.
void *
User context for external decryption layer.
uint16_t
Header size of pre-encrypted ota image header.

References

from examples