The ultimate way to build for ESP32 on Windows...
- Install IDF setup from windows-setup
- Follow configure-your-project
- Clone this repo
git clone https://github.com/esp32-setup
cd esp32-setup
- Build example with your own COM port
xcopy /e /i %IDF_PATH%\examples\get-started\hello_world hello_world
cd hello_world
idf.py set-target esp32
idf.py -p COM flash
idf.py monitor -p COM
That's it! 🎉
You ready to start your project...