Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 350 Bytes

Either install ESP-IDF v5.1.4 manually and run:

# Clone arduino-esp32
mkdir -p components
cd components/
git clone https://github.com/espressif/arduino-esp32/ arduino
cd ..

# Build project
idf.py set-target esp32c3
idf.py build

Or use the setup scripts for everything:

./setup-esp-idf.sh && ./install-deps.sh && ./build.sh