wifi connected and with ip via dhcp with embassy

This commit is contained in:
Priec
2025-10-01 21:28:58 +02:00
parent f31e767b56
commit bc436a5a3c
10 changed files with 1963 additions and 0 deletions

View File

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