Yacubane / esp32-arduino-matter

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

ESP_LOGI and ESP_LOGD doesnt work when Matter used #64

Open niiiksh opened 3 months ago

niiiksh commented 3 months 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?