We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea63e commit b712053Copy full SHA for b712053
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino
@@ -109,15 +109,8 @@ void loop() {
109
Serial.println("Matter Node not commissioned yet. Waiting for commissioning.");
110
}
111
112
- } else {
113
- if (Matter.isDeviceConnected()) {
114
- Serial.println("Matter Node is commissioned and connected to the network. Ready for use.");
115
116
- Serial.println("Matter Node is commissioned. Waiting for the network connection.");
117
- }
118
- // wait 3 seconds for the network connection
119
- delay(3000);
120
121
-
122
- delay(100);
+ Serial.println("Matter Node is commissioned and connected to the WiFi network. Ready for use.");
+ }
+
+ delay(500);
123
0 commit comments