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