From 98b97dce14c860503a0179210950d1e5ceda67d4 Mon Sep 17 00:00:00 2001 From: Kent Wiliams Date: Mon, 11 May 2020 13:39:26 -0700 Subject: [PATCH] disable adr --- ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino index 521ee94..75627d2 100644 --- a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino +++ b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino @@ -45,6 +45,8 @@ void setup( void ) LoRaWAN.begin(US915); // Helium SubBand LoRaWAN.setSubBand(7); + // Disable Adaptive Data Rate + LoRaWAN.setADR(false); // Set Data Rate 1 - Max Payload 53 Bytes LoRaWAN.setDataRate(1); // Device IDs and Key