Yacubane / esp32-arduino-matter

Matter IoT protocol library for ESP32 working on Arduino framework
Apache License 2.0
306 stars 31 forks source link

ESP_LOGI and ESP_LOGD doesnt work when Matter used #64

Open niiiksh opened 1 month ago

niiiksh commented 1 month ago

I wonder why I cannot use Signal.print or ESP_LOGI or ESP_LOGD when I use Matter library in my project. Output just doesn't print to Serial but Matter output prints well. Is that expected behaviour?