Skip to content

Commit 71d4c29

Browse files
authored
Merge pull request sandeepmistry#670 from Hema2-official/master
Corrected spelling and naming
2 parents 47d7f77 + 1d0e3a6 commit 71d4c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/LoRaSetSpread/LoRaSetSpread.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
can filter out radios you want to ignore, without making an addressing scheme.
1111
1212
Spreading factor affects reliability of transmission at high rates, however,
13-
so avoid a hugh spreading factor when you're sending continually.
13+
so avoid a huge spreading factor when you're sending continually.
1414
1515
See the Semtech datasheet, http://www.semtech.com/images/datasheet/sx1276.pdf
1616
for more on Spreading Factor.

examples/LoRaSetSyncWord/LoRaSetSyncWord.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sends a message every half second, and polls continually
55
for new incoming messages. Sets the LoRa radio's Sync Word.
66
7-
Spreading factor is basically the radio's network ID. Radios with different
7+
The Sync Word is basically the radio's network ID. Radios with different
88
Sync Words will not receive each other's transmissions. This is one way you
99
can filter out radios you want to ignore, without making an addressing scheme.
1010

0 commit comments

Comments
 (0)