Skip to content

Commit f1f0e4d

Browse files
authored
Update MatterOnOffLight.ino
1 parent c40444a commit f1f0e4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ bool setLightOnOff(bool state) {
3737
}
3838

3939
// 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
40+
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
41+
const char *password = "your-password"; // Change this to your WiFi password
4342

4443
void setup() {
4544
// Initialize the USER BUTTON (Boot button) GPIO that will act as a toggle switch

0 commit comments

Comments
 (0)