[LoRaWAN] Update reference example
This commit is contained in:
parent
617d759ea5
commit
5952106e93
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ void setup() {
|
||||||
// Manages uplink intervals to the TTN Fair Use Policy
|
// Manages uplink intervals to the TTN Fair Use Policy
|
||||||
node.setDutyCycle(true, 1250);
|
node.setDutyCycle(true, 1250);
|
||||||
|
|
||||||
// Enable the dwell time limits - 400ms is the limit for the US
|
// Update dwell time limits - 400ms is the limit for the US
|
||||||
node.setDwellTime(true, 400);
|
node.setDwellTime(400);
|
||||||
|
|
||||||
Serial.println(F("Ready!\n"));
|
Serial.println(F("Ready!\n"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue