In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In ble_app_hts for pca10028 logging is by default disabled. To enable logging, go to sdk_config.h --> nRF_Log.
Need I change "#define NRF_LOG_ENABLED 0" to "1" ?
Need I change "#define NRF_LOG_ENABLED 0" to "1" ?