Hello,
I am looking at the ble_app_buttonless_dfu/main.c
This implementation is initializing the queued write module. Is this required now for DFU operation? We currently do not have this enabled in our project.
Thanks
Hello,
I am looking at the ble_app_buttonless_dfu/main.c
This implementation is initializing the queued write module. Is this required now for DFU operation? We currently do not have this enabled in our project.
Thanks
Hi Allen,
Queued write module is implemented on all of our example. It's not needed if you simply want to handle the "DFU enter" write command.
IMO, sample programs like this should include the "minimum" configuration to function.
Thank you for the information.
IMO, sample programs like this should include the "minimum" configuration to function.
Thank you for the information.