Skip to content

Commit 44af4b0

Browse files
authored
fix(matter): commentaries and messages related to the factory reset
1 parent a9d3c4a commit 44af4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void loop() {
123123
uint32_t time_diff = millis() - button_time_stamp;
124124
if (button_state && time_diff > decommissioningTimeout) {
125125
// Factory reset is triggered if the button is pressed longer than 5 seconds
126-
Serial.println("Decommissioning the Matter Accessory. It shall be commissioned again.");
126+
Serial.println("Decommissioning Pressure Sensor Matter Accessory. It shall be commissioned again.");
127127
Matter.decommission();
128128
}
129129

0 commit comments

Comments
 (0)