Skip to content

Commit 62c2980

Browse files
authored
Small formatting change
1 parent 15e7905 commit 62c2980

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/TheThingsNetwork.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,13 @@ void TheThingsNetwork::configureKR920_923()
748748
}
749749
sendMacSet(MAC_PWRIDX, TTN_PWRIDX_KR920_923);
750750
}
751+
751752
void TheThingsNetwork::configureIN865_867()
752753
{
753754
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
756758
sendChSet(MAC_CHANNEL_STATUS, 0, "off");
757759
sendChSet(MAC_CHANNEL_STATUS, 1, "off");
758760
sendChSet(MAC_CHANNEL_STATUS, 2, "off");
@@ -779,6 +781,7 @@ void TheThingsNetwork::configureIN865_867()
779781
}
780782
sendMacSet(MAC_PWRIDX, TTN_PWRIDX_IN865_867);
781783
}
784+
782785
void TheThingsNetwork::configureChannels(uint8_t fsb)
783786
{
784787
switch (fp)

0 commit comments

Comments
 (0)