Hello,
I am developing a Zigbee coordinator with the nRF52840 DK and with the nRF52_SDK_for_Thread_and_Zigbee_v_4.1.0. I flashed the CLI example and everything works fine with it. I created a workspace folder where I copied the CLI example as a base for the development of my custom CLI.
I want to change the default configuration of the CLI but I struggle to understand how to do it.
1) How can I configure the application to enable logging for app and zigbee.report modules by default. So that the CLI client do not need to send `log enable info <module>`.
I thought that I could do it from the sdk_config.h file in the pca10056/blank/config folder but it doesn't work. The NRF_LOG_ENABLED is set to 1 by default.
2) How to set role to zc by default?
Best Regards,
Damien