Skip to content

Commit d733d19

Browse files
authored
fix(typo): typo and commentaries
1 parent 2fbbca8 commit d733d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ bool setLightOnOff(bool state) {
3131
return true;
3232
}
3333

34-
// WiFi is manually set and stated
34+
// WiFi is manually set and started
35+
3536
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
3637
const char *password = "your-password"; // Change this to your WiFi password
3738

0 commit comments

Comments
 (0)