[LoRaWAN] Update reference example

This commit is contained in:
StevenCellist 2025-01-04 15:05:36 +01:00 committed by GitHub
parent 617d759ea5
commit 5952106e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"));
}