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