在makefile文件里面加了头文件的路径
INC_ESPCOMP += -I$(ESPCOMP)/esp_http_client/include INC_ESPCOMP += -I$(ESPCOMP)/json/cJSON INC_ESPCOMP += -I$(ESPCOMP)/nghttp/port/include
然后c文件应该在哪指定呢?
esp32 idf里面的c文件是怎么加到micropython的编译呢