We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b495cc3 commit d3b83d9Copy full SHA for d3b83d9
libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino
@@ -11,7 +11,8 @@
11
#include <MatterOnOffLight.h>
12
MatterOnOffLight OnOffLight;
13
14
-// WiFi is manually set and stated
+// WiFi is manually set and started
15
+
16
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
17
const char *password = "your-password"; // Change this to your WiFi password
18
0 commit comments