esp sa teraz pripaja na wifi

This commit is contained in:
Priec
2025-09-30 22:56:11 +02:00
parent c77f1f7696
commit 923e7e0a59
8 changed files with 57 additions and 7 deletions

9
test1/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