diff --git a/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino b/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino index 28b294679..98a3e3128 100644 --- a/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino +++ b/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino @@ -68,8 +68,8 @@ void setup() { // Manages uplink intervals to the TTN Fair Use Policy node.setDutyCycle(true, 1250); - // Enable the dwell time limits - 400ms is the limit for the US - node.setDwellTime(true, 400); + // Update dwell time limits - 400ms is the limit for the US + node.setDwellTime(400); Serial.println(F("Ready!\n")); }