Hi,all :
I just want to know how to enable the nrf_log (in the ble example).The version of the sdk is 12.3.0 and the cpu is 51822 .Thank you very much .
Hi,all :
I just want to know how to enable the nrf_log (in the ble example).The version of the sdk is 12.3.0 and the cpu is 51822 .Thank you very much .
Hi,
To enable logging you need to go into sdk_config.h file and set NRF_LOG_ENABLE to 1, or you can use the configuration wizard to enable it.
Thank you very much .