Skip to content

Commit d7492b1

Browse files
committed
fix(example): Lower the delay for sleepy device
1 parent a281b26 commit d7492b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ void setup() {
114114
Serial.println();
115115
Serial.println("Successfully connected to Zigbee network");
116116

117-
// Delay 5s (may be adjusted) to allow establishing proper connection with coordinator, needed for sleepy devices
118-
delay(5000);
117+
// Delay approx 1s (may be adjusted) to allow establishing proper connection with coordinator, needed for sleepy devices
118+
delay(1000);
119119
}
120120

121121
void loop() {

0 commit comments

Comments
 (0)