fix(matter): codespell ci commentary fixed · espressif/arduino-esp32@73ffd5e (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 73ffd5e
fix(matter): codespell ci commentary fixed
File tree
1 file changed
lines changed
- libraries/Matter/examples/MatterMinimum
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); |