From 1d2c09302b7c57fb7b4a6da20fa4da7af27ae9b8 Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Sat, 30 Dec 2023 21:23:07 -0500 Subject: [PATCH] Fix lora-rs link in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ae40fe59..714104331 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ The embassy-net network stac The nrf-softdevice crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers. The embassy-stm32-wpan crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. -- **LoRa** - -The lora-rs project provides an async LoRa and LoRaWAN stack that works well on Embassy. +- **LoRa** - 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.