From 14c03de19eda45b454220ef0f9a7e627e65743a9 Mon Sep 17 00:00:00 2001 From: Addy Gallareta Date: Thu, 6 Feb 2020 10:50:10 -0800 Subject: [PATCH] gps-cleanup --- longfi-us915/longfi-us915.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/longfi-us915/longfi-us915.ino b/longfi-us915/longfi-us915.ino index 4e40b89..ce5663b 100644 --- a/longfi-us915/longfi-us915.ino +++ b/longfi-us915/longfi-us915.ino @@ -317,7 +317,6 @@ void setup() { // so, values from 10 (10% error, the most lax) to 1000 (0.1% error, the most strict) can be used. LMIC_setClockError(1 * MAX_CLOCK_ERROR / 40); - LMIC_setLinkCheckMode(0); LMIC_setDrTxpow(DR_SF8, 20); LMIC_selectSubBand(6); @@ -379,5 +378,4 @@ namespace Arduino_LMIC { { return myPinmap; } - }; // end namespace Arduino_LMIC