Custom Component - referencing esp-idf component headers
Posted: Fri Aug 09, 2019 1:49 pm
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
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