talking to the broker properly now

This commit is contained in:
Priec
2025-10-04 23:00:56 +02:00
parent 948602bd1e
commit a3954ea3e8
5 changed files with 47 additions and 28 deletions

View File

@@ -1,11 +1,11 @@
[package]
edition = "2021"
name = "test1"
name = "projekt_final"
rust-version = "1.86"
version = "0.1.0"
[[bin]]
name = "test1"
name = "projekt_final"
path = "./src/bin/main.rs"
[dependencies]
@@ -67,6 +67,8 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
] }
static_cell = "2.1.1"
rust-mqtt = { version = "0.3.0", default-features = false, features = ["no_std"] }
defmt = "1.0.1"
defmt-rtt = "1.0.0"
[build-dependencies]
dotenvy = "0.15.7"