File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -748,11 +748,13 @@ void TheThingsNetwork::configureKR920_923()
748
748
}
749
749
sendMacSet (MAC_PWRIDX, TTN_PWRIDX_KR920_923);
750
750
}
751
+
751
752
void TheThingsNetwork::configureIN865_867 ()
752
753
{
753
754
sendMacSet (MAC_ADR, " off" ); // TODO: remove when ADR is implemented for this plan
754
- sendMacSet (MAC_RX2, " 2 866550000" ); // SF10
755
- // disable three default LoRaWAN channels
755
+ sendMacSet (MAC_RX2, " 2 866550000" ); // SF10
756
+
757
+ // Disable the three default LoRaWAN channels
756
758
sendChSet (MAC_CHANNEL_STATUS, 0 , " off" );
757
759
sendChSet (MAC_CHANNEL_STATUS, 1 , " off" );
758
760
sendChSet (MAC_CHANNEL_STATUS, 2 , " off" );
@@ -779,6 +781,7 @@ void TheThingsNetwork::configureIN865_867()
779
781
}
780
782
sendMacSet (MAC_PWRIDX, TTN_PWRIDX_IN865_867);
781
783
}
784
+
782
785
void TheThingsNetwork::configureChannels (uint8_t fsb)
783
786
{
784
787
switch (fp)
You can’t perform that action at this time.
0 commit comments