Hi,
how can i change that my programm doesen't go to power off mode? I use the ble templete.
Best regards Nils
Hi,
how can i change that my programm doesen't go to power off mode? I use the ble templete.
Best regards Nils
To do this you have to remove the power-down calls from the code, i.e. sd_app_event_wait() and sd_power_system_off().
Thank you :)