In hello_sensor.c, there is this test_enable field set to 1:
const BLE_PROFILE_CFG hello_sensor_cfg =
{
...
/*.test_enable =*/ 1, // TEST MODE is enabled when 1
...
}
What does this field do, and should I set it to 0 for production?
Solved! Go to Solution.