ready for rust-mqtt implementation

This commit is contained in:
Priec
2025-10-01 22:47:01 +02:00
parent bc436a5a3c
commit 2520db2fd7
10 changed files with 1910 additions and 0 deletions

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