Search found 1 match

by bfinkel02
Sun Jan 21, 2024 4:26 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

I had the same issue when I created a new project from the HelloWorld example. I moved the line "#include "esp_chip_info.h" above the line "#include "freertos/FreeRTOS.h" and this resolved the undefined issue.