Skip to content

Commit 239587f

Browse files
authored
fix(matter): commentaries and messages typo
1 parent e3576bb commit 239587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterThermostat/MatterThermostat.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void loop() {
234234
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
235235
uint32_t time_diff = millis() - button_time_stamp;
236236
if (button_state && time_diff > decommissioningTimeout) {
237-
Serial.println("Decommissioning Thremostat Matter Accessory. It shall be commissioned again.");
237+
Serial.println("Decommissioning Thermostat Matter Accessory. It shall be commissioned again.");
238238
Matter.decommission();
239239
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
240240
}

0 commit comments

Comments
 (0)