lorawan.cpp: removed disable LinkCheckMode
This commit is contained in:
parent
2887fcfef6
commit
430f9d6856
@ -172,7 +172,7 @@ void onEvent (ev_t ev) {
|
|||||||
|
|
||||||
// Disable link check validation (automatically enabled
|
// Disable link check validation (automatically enabled
|
||||||
// during join, but not supported by TTN at this time). -> do we need this?
|
// during join, but not supported by TTN at this time). -> do we need this?
|
||||||
LMIC_setLinkCheckMode(0);
|
// LMIC_setLinkCheckMode(0);
|
||||||
|
|
||||||
// set data rate adaptation
|
// set data rate adaptation
|
||||||
LMIC_setAdrMode(cfg.adrmode);
|
LMIC_setAdrMode(cfg.adrmode);
|
||||||
|
Loading…
Reference in New Issue
Block a user