Use lora-phy v1.2.1; modify embassy-lora dependencies.

This commit is contained in:
ceekdee
2023-07-26 21:51:09 -05:00
parent 77e34c5e8a
commit c54ae73d49
5 changed files with 3 additions and 22 deletions

View File

@ -56,6 +56,3 @@ serde = { version = "1.0.136", default-features = false }
embedded-hal-async = { version = "0.2.0-alpha.2", optional = true }
num-integer = { version = "0.1.45", default-features = false }
microfft = "0.5.0"
[patch.crates-io]
lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" }