Search found 1 match

by abhirama-951
Fri Aug 08, 2025 1:46 pm
Forum: ESP-IDF
Topic: esp_http_server.h not found in project, but found in example
Replies: 1
Views: 2698

Re: esp_http_server.h not found in project, but found in example

I had the same issue, to resolve as mentioned in the ESP-IDF API guides, add REQUIRES segment in the CMakeLists.txt. BTW im using v5.4.1

requires.png

But after doing so i got another error as in freertos.h portYIELD_CORE should be defined. To solve that edit the portmacro.h file in esp/esp-idfv5 ...

Go to advanced search