Closed jeffbrown57 closed 17 hours ago
Hi @jeffbrown57 ,
The monitor is silent, probably because log output is disabled. To enable it, go to the menu:
idf.py menuconfig
Then navigate to , Component config
→ Log output
→ Default log verbosity
and set it to Info
. Save the configuration, build, and flash again with the monitor using:
idf.py -p <device/port> build flash monitor.
You should now see the output. Feel free to ask for help if needed!
thanks so much , i'll let you know
Thanks so much for your expert assistance , working great this morning !!
using a seeed-studio-esp32c6 and bme280 , configured zigbee built with esp-idf 5.3.1 build successful , flashed it and while monitoring ( using idf.py monitor) its not clear to me if its crashing i can't add a zigbee device in homeassistant , and i can't see any topics in MQTT , looking for xiao/
any pointers ???
and thanks for this ....