We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab28c4c commit 3c2fd00Copy full SHA for 3c2fd00
libraries/Matter/examples/MatterMinimum/MatterMinimum.ino
@@ -49,7 +49,7 @@ const char *password = "your-password"; // Change this to your WiFi password
49
void setup() {
50
// Initialise the LED GPIO
51
pinMode(ledPin, OUTPUT);
52
-
+
53
WiFi.enableIPv6(true);
54
// Manually connect to WiFi
55
WiFi.begin(ssid, password);
0 commit comments