Skip to content

Commit 311a2d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ 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-
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
125+
Serial.println("Decommissioning Temperature Sensor Matter Accessory. It shall be commissioned again.");
126126
Matter.decommission();
127127
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
128128
}

0 commit comments

Comments
 (0)