From d7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 4 Dec 2023 14:01:53 +0100 Subject: Remove embassy-lora from doc build. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5a970621..7ae40fe59 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The nrf-softdevice cr The embassy-stm32-wpan crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. - **LoRa** - -embassy-lora supports LoRa networking. +The lora-rs project provides an async LoRa and LoRaWAN stack that works well on Embassy. - **USB** - embassy-usb implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. -- cgit