lorawan.cpp: removed disable LinkCheckMode

This commit is contained in:
Klaus K Wilting 2018-06-03 22:02:22 +02:00
parent 2887fcfef6
commit 430f9d6856

View File

@ -172,7 +172,7 @@ void onEvent (ev_t ev) {
// Disable link check validation (automatically enabled
// during join, but not supported by TTN at this time). -> do we need this?
LMIC_setLinkCheckMode(0);
// LMIC_setLinkCheckMode(0);
// set data rate adaptation
LMIC_setAdrMode(cfg.adrmode);