ESP-IDF: How to create new project in current directory
In order to create a new ESP-IDF project (without PlatformIO), you can use the following command:
idf.py create-project .
In order to create a new ESP-IDF project (without PlatformIO), you can use the following command:
idf.py create-project .