Skip to content

Commit

Permalink
Update loraModem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itsygithub authored Apr 28, 2021
1 parent b185d06 commit 3b46bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loraModem.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ vector freqs [] =
{
{ 868100000, 125, 7, 12, 868100000, 125, 7, 12, "868.100"}, // Channel 0, 868.1 MHz/125 primary
{ 868300000, 125, 7, 12, 868300000, 125, 7, 12, "868.300"}, // Channel 1, 868.3 MHz/125 mandatory and (SF7BW250)
{ 868500000, 125, 7, 12, 868500000, 125, 7, 12, "868.800"}, // Channel 2, 868.5 MHz/125 mandatory
{ 868500000, 125, 7, 12, 868500000, 125, 7, 12, "868.500"}, // Channel 2, 868.5 MHz/125 mandatory
{ 867100000, 125, 7, 12, 867100000, 125, 7, 12, "867.100"}, // Channel 3, 867.1 MHz/125 Optional
{ 867300000, 125, 7, 12, 867300000, 125, 7, 12, "867.300"}, // Channel 4, 867.3 MHz/125 Optional
{ 867500000, 125, 7, 12, 867500000, 125, 7, 12, "867.500"}, // Channel 5, 867.5 MHz/125 Optional
Expand Down

0 comments on commit 3b46bc9

Please sign in to comment.