synix/templates/dev/esp-blink
sid ecf5132cbb
Some checks failed
Build tests / build-hosts (pull_request) Failing after 3s
Flake check / flake-check (pull_request) Failing after 13s
enforce new flake schema. formatting.
2026-05-31 18:50:41 +02:00
..
main enforce new flake schema. formatting. 2026-05-31 18:50:41 +02:00
.envrc enforce new flake schema. formatting. 2026-05-31 18:50:41 +02:00
.gitignore initial commit 2026-02-23 20:34:35 +01:00
CMakeLists.txt initial commit 2026-02-23 20:34:35 +01:00
flake.nix enforce new flake schema. formatting. 2026-05-31 18:50:41 +02:00
README.md initial commit 2026-02-23 20:34:35 +01:00

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