Skip to content

Commit

Permalink
[LoRaWAN] Update reference example
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCellist authored Jan 4, 2025
1 parent 617d759 commit 5952106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
Expand Down

0 comments on commit 5952106

Please sign in to comment.