Commit 716fcc70 authored by Eric Duminil's avatar Eric Duminil
Browse files

Note

parent 3923e608
...@@ -102,9 +102,7 @@ namespace lorawan { ...@@ -102,9 +102,7 @@ namespace lorawan {
Serial.println(); Serial.println();
} }
Serial.println(F("Other services may resume, and will not be frozen anymore.")); Serial.println(F("Other services may resume, and will not be frozen anymore."));
// Disable link check validation (automatically enabled // Disable link check validation (automatically enabled during join)
// during join, but because slow data rates change max TX
// size, we don't use it in this example.
LMIC_setLinkCheckMode(0); LMIC_setLinkCheckMode(0);
break; break;
case EV_JOIN_FAILED: case EV_JOIN_FAILED:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment