Skip to content

Implicit declaration of function 'esp_https_ota'  #12

@ghost

Description

I have a problem using the function from your example.

 esp_http_client_config_t ota_client_config = {
          .url = file->valuestring,
          .cert_pem = (char *)server_cert_pem_start
  };
esp_err_t ret = esp_https_ota(&ota_client_config);

It returns error: implicit declaration of function 'esp_https_ota' [-Werror=implicit-function-declaration]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions