async hard interrupt working compiled and tested

This commit is contained in:
Priec
2025-10-15 19:46:03 +02:00
parent e6e22818e4
commit 02971bd9e1
3 changed files with 47 additions and 37 deletions

View File

@@ -45,6 +45,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
] }
static_cell = "2.1.1"
heapless = "0.9.1"
embassy-sync = "0.7.2"
[build-dependencies]
dotenvy = "0.15.7"