Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7302be9

Browse filesBrowse files
committed
fix(matter): log_i() leftover
1 parent 6f79e03 commit 7302be9
Copy full SHA for 7302be9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/Matter/examples/MatterOnIdentify/MatterOnIdentify.ino

Copy file name to clipboardExpand all lines: libraries/Matter/examples/MatterOnIdentify/MatterOnIdentify.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bool onOffLightCallback(bool state) {
6565

6666
// Identification shall be done by Blink in Red or just the GPIO when no LED_BUILTIN is not defined
6767
bool onIdentifyLightCallback(bool identifyIsActive) {
68-
log_i("Identify Cluster is %s", identifyIsActive ? "Active" : "Inactive");
68+
Serial.printf("Identify Cluster is %s\r\n", identifyIsActive ? "Active" : "Inactive");
6969
if (identifyIsActive) {
7070
// Start Blinking the light in loop()
7171
identifyFlag = true;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.