This commit is contained in:
Filipriec
2026-05-10 14:45:53 +02:00
parent 6992b46ed5
commit 86032fc821
3 changed files with 59 additions and 93 deletions

View File

@@ -19,7 +19,7 @@ embassy-usb = "0.5.1"
embedded-hal = "1.0.0"
embedded-graphics = "0.8.1"
heapless = { version = "0.9.1", default-features = false }
heapless = { version = "0.9.1", default-features = false, features = ["defmt"] }
micromath = "2.1.0"
tinybmp = "0.6.0"
panic-probe = { version = "1.0.0", features = ["defmt"] }