Code: Select all
#include "C:\esp\esp-idf\components\esp_https_ota\include\esp_https_ota.h"
However I now include a .h file that has itself some other includes in the IDF and it doesn't compile. so here for instance:
I included tcpip_adapter_types.h with its full path, but it contains an include to "esp_netif_sta_list.h" with no directory and it breaks.
Code: Select all
C:\esp\esp-idf\components\tcpip_adapter\include\tcpip_adapter_types.h:20:32: fatal error: esp_netif_sta_list.h: No such file or directory