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 6c01cef commit 81690e8Copy full SHA for 81690e8
libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino
@@ -77,5 +77,5 @@ void loop() {
77
Serial.println("====> Decommissioning in 30 seconds. <====");
78
delay(30000);
79
Matter.decommission();
80
- Serial.println("Matter Node is decommissioned. Commisssioning widget shall start over.");
+ Serial.println("Matter Node is decommissioned. Commissioning widget shall start over.");
81
}
0 commit comments