We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1417926 commit 15e7905Copy full SHA for 15e7905
src/TheThingsNetwork.cpp
@@ -769,12 +769,12 @@ void TheThingsNetwork::configureIN865_867()
769
sendChSet(MAC_CHANNEL_STATUS, ch, "on");
770
switch(ch)
771
{
772
- case 4:
773
- freq = 865402500;
774
- break;
775
- case 5:
776
- freq = 865985000;
777
+ case 4:
+ freq = 865402500;
+ break;
+ case 5:
+ freq = 865985000;
778
}
779
780
sendMacSet(MAC_PWRIDX, TTN_PWRIDX_IN865_867);
0 commit comments