Hi, I am using BLE as transport and NRF_BL_DFU_ENTER_METHOD_BUTTONLESS as to enter into DFU mode.
My question is:
My application is running at the start and I wanna go in DFU mode (with Buttonless). How could I do that ?
I need something more than add NRF_BL_DFU_ENTER_METHOD_BUTTONLESS in the sdk_config? Something like a function in the main code?
Thank You