We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40444a commit f1f0e4dCopy full SHA for f1f0e4d
libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino
@@ -37,9 +37,8 @@ bool setLightOnOff(bool state) {
37
}
38
39
// WiFi is manually set and started
40
-
41
-const char *ssid = "Apartment B15"; // Change this to your WiFi SSID
42
-const char *password = "flat-pony-body"; // Change this to your WiFi password
+const char *ssid = "your-ssid"; // Change this to your WiFi SSID
+const char *password = "your-password"; // Change this to your WiFi password
43
44
void setup() {
45
// Initialize the USER BUTTON (Boot button) GPIO that will act as a toggle switch
0 commit comments