Skip to content

Commit 962f870

Browse files
authored
fix(matter): deleting not neessary commentary
1 parent 9a0f1bd commit 962f870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/Matter/examples/MatterHumiditySensor/MatterHumiditySensor.ino

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void loop() {
122122
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
123123
uint32_t time_diff = millis() - button_time_stamp;
124124
if (button_state && time_diff > decommissioningTimeout) {
125-
// Factory reset is triggered if the button is pressed longer than 10 seconds
126125
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
127126
Matter.decommission();
128127
}

0 commit comments

Comments
 (0)