mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03:00
feat(tools): Added create-project argument to allow cpp project creation
Closes https://github.com/espressif/esp-idf/issues/16121
This commit is contained in:
6
tools/templates/sample_project_cpp/main/main.cpp
Normal file
6
tools/templates/sample_project_cpp/main/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <cstdio>
|
||||
|
||||
extern "C" void app_main(void)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user