Skip to content

Commit

Permalink
Small formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmeijers committed Apr 17, 2018
1 parent 15e7905 commit 62c2980
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/TheThingsNetwork.cpp
Expand Up @@ -748,11 +748,13 @@ void TheThingsNetwork::configureKR920_923()
}
sendMacSet(MAC_PWRIDX, TTN_PWRIDX_KR920_923);
}

void TheThingsNetwork::configureIN865_867()
{
sendMacSet(MAC_ADR, "off"); // TODO: remove when ADR is implemented for this plan
sendMacSet(MAC_RX2, "2 866550000"); // SF10
//disable three default LoRaWAN channels
sendMacSet(MAC_RX2, "2 866550000"); // SF10

// Disable the three default LoRaWAN channels
sendChSet(MAC_CHANNEL_STATUS, 0, "off");
sendChSet(MAC_CHANNEL_STATUS, 1, "off");
sendChSet(MAC_CHANNEL_STATUS, 2, "off");
Expand All @@ -779,6 +781,7 @@ void TheThingsNetwork::configureIN865_867()
}
sendMacSet(MAC_PWRIDX, TTN_PWRIDX_IN865_867);
}

void TheThingsNetwork::configureChannels(uint8_t fsb)
{
switch (fp)
Expand Down

0 comments on commit 62c2980

Please sign in to comment.