Search found 2 matches

by choyster
Mon Aug 12, 2019 3:50 pm
Forum: General Discussion
Topic: Custom Component - referencing esp-idf component headers
Replies: 2
Views: 3864

Re: Custom Component - referencing esp-idf component headers

I've added PRIV_REQUIRES mbedtls lwip esp-tls tcp_transport spiffs, should I be adding esp_http_client to here as well?
by choyster
Fri Aug 09, 2019 1:49 pm
Forum: General Discussion
Topic: Custom Component - referencing esp-idf component headers
Replies: 2
Views: 3864

Custom Component - referencing esp-idf component headers

Hi all, I am creating a custom component with references to esp-idf headers such as this: #include "esp_http_client.h" But I continue to get the following error when I compile: fatal error: esp_http_client.h: No such file or directory Any tips/pointers would be greatly appreciated. Thanks, Ambrose