From 1bfadf9986ef71dd437c7d52a0cff7397293204e Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:12:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f47e461..2019f57 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a remake of [BresserWeatherSensorTTN](https://github.com/matthias-bs/Bre * RadioLib's LoRaWAN implementation is currently in beta stage. * Helium Network is not supported (requires LoRaWAN v1.0.x) -* This should not be the first Arduino sketch you are ever trying to flash to your board - try somthing simple first (e.g. `blink.ino`) to get familiar with the tools and workflow. +* This should not be the first Arduino sketch you are ever trying to flash to your board - try something simple first (e.g. `blink.ino`) to get familiar with the tools and workflow. * If you are new to LoRaWAN * Check out [The Things Fundamentals on LoRaWAN](https://www.thethingsnetwork.org/docs/lorawan/) * Read the excellent article [RadioLib LoRaWAN on TTN starter script](https://github.com/jgromes/RadioLib/blob/master/examples/LoRaWAN/LoRaWAN_Starter/notes.md)