From 5d4da78c944e5f7e851b7ff7843b97d9466a4e64 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 19 Aug 2023 01:05:13 +0200 Subject: [PATCH] Fix lora docs build. --- embassy-lora/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index 90c544d8..feea0658 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml @@ -29,3 +29,6 @@ embedded-hal = { version = "0.2", features = ["unproven"] } futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } lora-phy = { version = "1" } lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } + +[patch.crates-io] +lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "1323eccc1c470d4259f95f4f315d1be830d572a3"} \ No newline at end of file