tasks: ui: use embassy-futures instead of futures crate
This commit is contained in:
@@ -69,11 +69,11 @@ embassy-embedded-hal = "0.5.0"
|
||||
embedded-hal-async = "1.0.0"
|
||||
nalgebra = { version = "0.33.2", default-features = false, features = ["alloc", "libm"] }
|
||||
xtensa-lx-rt = { version = "*", features = ["float-save-restore"] }
|
||||
futures = { version = "0.3.31", default-features = false, features = ["async-await"] }
|
||||
micromath = "2.1.0"
|
||||
enumset = "1.1.10"
|
||||
enum-map = "2.7.3"
|
||||
portable-atomic = { version = "1.11", features = ["critical-section"] }
|
||||
embassy-futures = { version = "0.1.2", features = ["log"] }
|
||||
|
||||
# Telemetry outputs
|
||||
esp-radio = { version = "*", optional = true, features = [
|
||||
|
||||
Reference in New Issue
Block a user