fix(matter): codespell ci commentary fixed · espressif/arduino-esp32@73ffd5e (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 73ffd5e

fix(matter): codespell ci commentary fixed

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ const char *ssid = "your-ssid"; // Change this to your WiFi SSID
47 47 const char *password = "your-password"; // Change this to your WiFi password
48 48
49 49 void setup() {
50 -// Initialise the LED GPIO
50 +// Initialize the LED GPIO
51 51 pinMode(ledPin, OUTPUT);
52 52
53 53 WiFi.enableIPv6(true);