Skip to content

Commit 99aec0a

Browse files
SuGliderCopilot
andauthored
fix(matter): formatting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec4a5e1 commit 99aec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterWaterLeakDetector/MatterWaterLeakDetector.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const uint8_t buttonPin = BOOT_PIN; // Set your pin here. Using BOOT Button.
6161
// Button control
6262
uint32_t button_time_stamp = 0; // debouncing control
6363
bool button_state = false; // false = released | true = pressed
64-
const uint32_t debouceTime = 250; // button debouncing time (ms)
64+
const uint32_t debounceTime = 250; // button debouncing time (ms)
6565
const uint32_t decommissioningTimeout = 5000; // keep the button pressed for 5s, or longer, to decommission
6666

6767
void setup() {

0 commit comments

Comments
 (0)