5.
Configure
Enter
hello_world
directory and run menuconfig.
Linux and MacOS
cd ~/esp/hello_world
idf.py -DIDF_TARGET=esp32 menuconfig
You may need to run python2 idf.py on Python 3.0.
Windows
cd %userprofile%\esp\hello_world
idf.py -DIDF_TARGET=esp32 menuconfig
The Python 2.7 installer will attempt to configure Windows to associate a .py file with
Python 2. If other programs (such as Visual Studio Python tools) have been associated
with other versions of Python, idf.py may not work properly (the file will open in Visual
Studio). In this case, you can choose to run C:\Python27\python idf.py every time, or
change the Windows .py associated file settings.