Skip to content

Commit d3f8703

Browse files
authored
fix(commentary): longer explanation
1 parent d733d19 commit d3f8703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ void setup() {
4343
Matter.begin();
4444
// Initialize Matter EndPoint
4545
OnOffLight.begin();
46-
// Matter start
46+
// Matter start - Last step, after all EndPoints are initialized
47+
4748
Matter.start();
4849
}
4950

0 commit comments

Comments
 (0)