aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorceekdee <[email protected]>2023-04-25 13:51:19 -0500
committerceekdee <[email protected]>2023-04-25 13:51:19 -0500
commitf729d2d060043889eacb04dc924757a536eb247f (patch)
tree10d50fdcb5d0cb6244f9f6cd8c91b859a5adacaa /examples/rp
parent73f25093c7793ad2e8bd6fceeca46d9b5b1031ad (diff)
Deprecate original LoRa drivers. Update rust-lorawan releases.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 5f0a397ea..45af8762e 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -17,8 +17,8 @@ embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
17embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" } 17embassy-usb-logger = { version = "0.1.0", path = "../../embassy-usb-logger" }
18embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt", "external-lora-phy"] } 18embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt", "external-lora-phy"] }
19lora-phy = { version = "1" } 19lora-phy = { version = "1" }
20lorawan-device = { version = "0.9.0", path = "../../../rust-lorawan/device", default-features = false, features = ["async", "external-lora-phy"] } 20lorawan-device = { version = "0.10.0", default-features = false, features = ["async", "external-lora-phy"] }
21lorawan = { version = "0.7.2", path = "../../../rust-lorawan/encoding", default-features = false, features = ["default-crypto"] } 21lorawan = { version = "0.7.3", default-features = false, features = ["default-crypto"] }
22 22
23defmt = "0.3" 23defmt = "0.3"
24defmt-rtt = "0.4" 24defmt-rtt = "0.4"