Misc firmware improvements

This commit is contained in:
daylily
2026-01-10 11:47:24 +08:00
parent 27cd3a3ea8
commit 0559d3c15d
4 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ embedded-hal-bus = { version = "0.3.0", features = ["async"] }
epd-waveshare = "0.6.0"
panic-abort = "0.3.2"
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
postcard = { version = "1.1.3", features = ["defmt"] }
postcard = { version = "1.1.3", features = ["use-defmt"] }
serde = { version = "1.0.228", default-features = false, features = ["derive"] }
static_cell = "2.1.1"