final renamed to mqtt

This commit is contained in:
Filipriec
2025-12-01 15:07:52 +01:00
parent cb533fcdac
commit d47060e5dd
13 changed files with 0 additions and 0 deletions

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