what is the reason for this problem and what can I do to fix it ?
E (289379) esp_rmaker_ota: image header verification failed
E (289381) esp_rmaker_ota: ESP_HTTPS_OTA upgrade failed 0
the OTA code that I put in code :
- esp_rmaker_ota_config_t ota_config = {
- .server_cert = ESP_RMAKER_OTA_DEFAULT_SERVER_CERT,
- };
- esp_rmaker_ota_enable(&ota_config, OTA_USING_TOPICS);