Hi Expert,
why BLE_APP_UART example can use button 1 to button 4 to wakeup from sleep?
I checked source code I only saw the BTN_ID_WAKEUP is 0.
#define BTN_ID_WAKEUP 0 /**< ID of button used to wake up the application. */
I use the SDK nRF5_SDK_12.3.0_d7731ad
use the nRF52 DK and nRF51 DK.