Skip to content

Commit

Permalink
fix(matter): codespell ci commentary fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider authored Nov 23, 2024
1 parent 3c2fd00 commit 73ffd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Matter/examples/MatterMinimum/MatterMinimum.ino
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const char *ssid = "your-ssid"; // Change this to your WiFi SSID
const char *password = "your-password"; // Change this to your WiFi password

void setup() {
// Initialise the LED GPIO
// Initialize the LED GPIO
pinMode(ledPin, OUTPUT);

WiFi.enableIPv6(true);
Expand Down

0 comments on commit 73ffd5e

Please sign in to comment.