Is it no longer possible to use c++ (main.cpp) with Esp IDF?
Closed this issue · 1 comments
OsvaldoTCF commented
Code:
https://wokwi.com/projects/410135743409582081
cc1: fatal error: /home/wokwi/esp-project-esp32c3/main/src/main.c: No such file or directory
compilation terminated.
urish commented
You can use esp-idf with C++, but you'll have to compile the code on your machine (not inside Wokwi)