Relative Content

Tag Archive for c++buildesp32esp-idf

How do I build a C++ program on ESP-IDF?

I have files: main.cpp, test1.cpp, test1.hpp, test2.cpp, test2.hpp, test3.cpp, test3.hpp …
How can I build those files to flash into ESP32. (I use ESP-IDF v5.3.0 in VS Code).
Thank you!