Visual Studio Code – Why: "identifier "vTaskDelay" is undefined"?
I use visual studio code with the current espressif plugin (IDF version 5.1.2). The following program can be compiled and executed on the esp32 without any problems: #include <iostream> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "main.h" void HelloCMake::run(int i) { std::cout…