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 d3b83d9 commit 2fbbca8Copy full SHA for 2fbbca8
libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino
@@ -29,7 +29,8 @@ bool setLightOnOff3(bool state) {
29
return true;
30
}
31
32
-// WiFi is manually set and stated
+// WiFi is manually set and started
33
+
34
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
35
const char *password = "your-password"; // Change this to your WiFi password
36
0 commit comments