Hello,
I ask a question about power_manager() which is internally called sd_app_evt_wait().
I want the program to enter power_manager () to stop waiting for the event to come, but the program has been running in the main function for the loop, can not stop in power_manager () .
Why? should I set it up?