Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fbbca8

Browse files
authoredOct 16, 2024··
fix(typo): typo and commentaries
1 parent d3b83d9 commit 2fbbca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ bool setLightOnOff3(bool state) {
2929
return true;
3030
}
3131

32-
// WiFi is manually set and stated
32+
// WiFi is manually set and started
33+
3334
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
3435
const char *password = "your-password"; // Change this to your WiFi password
3536

0 commit comments

Comments
 (0)
Please sign in to comment.