Skip to content

Commit 54ea63e

Browse files
authored
feat(matter): adds a waiting time
1 parent a10d383 commit 54ea63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ void loop() {
115115
} else {
116116
Serial.println("Matter Node is commissioned. Waiting for the network connection.");
117117
}
118+
// wait 3 seconds for the network connection
119+
delay(3000);
118120
}
119121

120122
delay(100);

0 commit comments

Comments
 (0)