|
|
||
|---|---|---|
| .. | ||
| main | ||
| .envrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.nix | ||
| README.md | ||
ESP32 blink template
Set BLINK_GPIO to your LED pin in main/main.c.
Clean the build directory
idf.py fullclean
Set the build target
idf.py set-target esp32s3
Open configuration menu
idf.py menuconfig
Build the project
idf.py all
Flash the binary
idf.py flash