led timer is finished
This commit is contained in:
12
test_LED3_timer/Makefile
Normal file
12
test_LED3_timer/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user