led timer is finished

This commit is contained in:
Priec
2025-10-15 11:44:57 +02:00
parent 8af5dcbede
commit e19a5853b5
10 changed files with 0 additions and 0 deletions

12
test_LED3_timer/Makefile Normal file
View File

@@ -0,0 +1,12 @@
.PHONY: all build flash
all: build flash
build:
cargo build --release
flash:
cargo espflash flash --release --monitor
clean:
cargo espflash erase-flash