working everything properly well

This commit is contained in:
Priec
2026-01-10 16:55:02 +01:00
parent fe4e48fbcc
commit 1cb6f3a3ee
13 changed files with 872 additions and 105 deletions

View File

@@ -34,7 +34,7 @@ esp-backtrace = { version = "0.17.0", features = [
"panic-handler",
"println",
] }
esp-println = { version = "0.15.0", features = ["esp32", "log-04"] }
esp-println = { version = "0.15.0", features = ["esp32", "log-04", "defmt-espflash"] }
# for more networking protocol support see https://crates.io/crates/edge-net
critical-section = "1.2.0"
embassy-executor = { version = "0.7.0", features = [
@@ -67,13 +67,15 @@ 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-rtt = "1.0.0"
embassy-futures = "0.1.2"
embassy-sync = "0.7.2"
heapless = "0.9.1"
mousefood = { git = "https://github.com/j-g00da/mousefood", branch = "main", default-features = false }
ssd1306 = "0.10.0"
ratatui = { version = "0.30.0", default-features = false, features = ["macros", "all-widgets", "portable-atomic"] }
embedded-hal-bus = "0.3.0"
embedded-hal = "1.0.0"
defmt = "1.0.1"
[build-dependencies]
dotenvy = "0.15.7"