From 716fcc708f38e58d0e25b61b425c91a4328621d9 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Sat, 26 Dec 2020 23:22:13 +0100 Subject: [PATCH] Note --- lorawan.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lorawan.cpp b/lorawan.cpp index 9dc37ff..9765c5f 100644 --- a/lorawan.cpp +++ b/lorawan.cpp @@ -102,9 +102,7 @@ namespace lorawan { Serial.println(); } Serial.println(F("Other services may resume, and will not be frozen anymore.")); - // Disable link check validation (automatically enabled - // during join, but because slow data rates change max TX - // size, we don't use it in this example. + // Disable link check validation (automatically enabled during join) LMIC_setLinkCheckMode(0); break; case EV_JOIN_FAILED: -- GitLab