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 d3b83d9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#include <MatterOnOffLight.h>
1212
MatterOnOffLight OnOffLight;
1313

14-
// WiFi is manually set and stated
14+
// WiFi is manually set and started
15+
1516
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
1617
const char *password = "your-password"; // Change this to your WiFi password
1718

0 commit comments

Comments
 (0)
Please sign in to comment.