mqtt ready to be implemented

This commit is contained in:
Priec
2025-09-29 22:52:48 +02:00
parent 1f7d35a6d3
commit c77f1f7696
4 changed files with 131 additions and 6 deletions

View File

@@ -64,6 +64,8 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
"socket-udp",
] }
static_cell = "2.1.1"
rust-mqtt = { version = "0.3.0", default-features = false, features = ["no_std"] }
heapless = "0.9.1"
[profile.dev]