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 cc17140 commit cd24aa5Copy full SHA for cd24aa5
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino
@@ -82,7 +82,7 @@ void setup() {
82
83
// setup all the OnOff Light endpoint and their lambda callback functions
84
for (uint8_t i = 0; i < MAX_LIGHT_NUMBER; i++) {
85
- pinMode( lightPins[i], OUTPUT); // set the GPIO function
+ pinMode(lightPins[i], OUTPUT); // set the GPIO function
86
OnOffLight[i].begin(false); // off
87
88
// inline lambda function using capture array index -> it will just print a message in the console
0 commit comments