test_led2 ready for a new update

This commit is contained in:
Filipriec
2025-10-13 18:11:12 +02:00
parent 4e9566678a
commit 737b4b1dfe
10 changed files with 1566 additions and 0 deletions

9
test_LED2/Makefile Normal file
View File

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