Skip to content

Commit 38f04b8

Browse files
SuGliderCopilot
andauthored
fix(matter): typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9d9255e commit 38f04b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterTemperatureControlledCabinet/MatterTemperatureControlledCabinet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const char *password = "your-password"; // Change this to your WiFi password
4848
// set your board USER BUTTON pin here - decommissioning button
4949
const uint8_t buttonPin = BOOT_PIN; // Set your pin here. Using BOOT Button.
5050

51-
// Button control - decommision the Matter Node
51+
// Button control - decommission the Matter Node
5252
uint32_t button_time_stamp = 0; // debouncing control
5353
bool button_state = false; // false = released | true = pressed
5454
const uint32_t decommissioningTimeout = 5000; // keep the button pressed for 5s, or longer, to decommission

0 commit comments

Comments
 (0)