From 1d0e3a6da56d20a129b17d6793ed9be28f86b6f4 Mon Sep 17 00:00:00 2001 From: Hema2 <49586027+Hema2-official@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:44:36 +0200 Subject: [PATCH] Corrected spelling and naming --- examples/LoRaSetSpread/LoRaSetSpread.ino | 2 +- examples/LoRaSetSyncWord/LoRaSetSyncWord.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/LoRaSetSpread/LoRaSetSpread.ino b/examples/LoRaSetSpread/LoRaSetSpread.ino index 99d0e8d..09fec54 100644 --- a/examples/LoRaSetSpread/LoRaSetSpread.ino +++ b/examples/LoRaSetSpread/LoRaSetSpread.ino @@ -10,7 +10,7 @@ can filter out radios you want to ignore, without making an addressing scheme. Spreading factor affects reliability of transmission at high rates, however, - so avoid a hugh spreading factor when you're sending continually. + so avoid a huge spreading factor when you're sending continually. See the Semtech datasheet, http://www.semtech.com/images/datasheet/sx1276.pdf for more on Spreading Factor. diff --git a/examples/LoRaSetSyncWord/LoRaSetSyncWord.ino b/examples/LoRaSetSyncWord/LoRaSetSyncWord.ino index 69af87d..1e2c4b7 100644 --- a/examples/LoRaSetSyncWord/LoRaSetSyncWord.ino +++ b/examples/LoRaSetSyncWord/LoRaSetSyncWord.ino @@ -4,7 +4,7 @@ Sends a message every half second, and polls continually for new incoming messages. Sets the LoRa radio's Sync Word. - Spreading factor is basically the radio's network ID. Radios with different + The Sync Word is basically the radio's network ID. Radios with different Sync Words will not receive each other's transmissions. This is one way you can filter out radios you want to ignore, without making an addressing scheme.