update opus and remove certs

This commit is contained in:
philippe44
2023-03-28 13:07:33 -07:00
parent 32b48bc6e8
commit 6376fee954
7 changed files with 27 additions and 13 deletions

View File

@@ -349,7 +349,7 @@ esp_err_t init_config(ota_thread_parms_t * p_ota_thread_parms){
}
switch (ota_status->ota_type) {
case OTA_TYPE_HTTP:
http_client_config.cert_pem =get_certificate();
//http_client_config.cert_pem =get_certificate();
http_client_config.event_handler = _http_event_handler;
http_client_config.disable_auto_redirect=false;
http_client_config.skip_cert_common_name_check = false;