We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e9da0 commit ca23972Copy full SHA for ca23972
libraries/Matter/examples/MatterEvents/MatterEvents.ino
@@ -242,5 +242,5 @@ void loop() {
242
Serial.println("====> Decommissioning in 60 seconds. <====");
243
delay(60000);
244
Matter.decommission();
245
- Serial.println("Matter Node is decommissioned. Commsssioning widget shall start over.");
+ Serial.println("Matter Node is decommissioned. Commissioning widget shall start over.");
246
}
0 commit comments