Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lnlp committed May 15, 2021
1 parent b25512e commit 479ca93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/LMIC-node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ void printHeader(void)
#endif //ABP_ACTIVATION


void initLmic(bit_t adrEnabled = 1, dr_t dataRate = DR_SF7, s1_t txPower = 14, bool setDrTxPowForOtaaExplicit = false) {
void initLmic(bit_t adrEnabled = 1, dr_t dataRate = DR_SF7, s1_t txPower = 14, bool setDrTxPowForOtaaExplicit = false)
{

// Initialize LMIC runtime environment
os_init();
Expand All @@ -489,7 +490,7 @@ void initLmic(bit_t adrEnabled = 1, dr_t dataRate = DR_SF7, s1_t txPower = 14, b
// https://github.com/TheThingsNetwork/gateway-conf/blob/master/US-global_conf.json
LMIC_selectSubBand(1);
#endif

// Optional: set/override data rate and transmit power for OTAA (only use if ADR is disabled).
if (setDrTxPowForOtaaExplicit && !adrEnabled)
{
Expand Down

0 comments on commit 479ca93

Please sign in to comment.