Open
Description
Target
Library
Describe the feature
Why?
- The advantage of using the 'DfuBaseService' inherited service is that you can safely upload DFU.
However, if you upload several DFUs at the same time, you have to add several of the relevant 'DfuBase Service' and declare it in 'Android Manifest'.
Solution
- How about controlling DFU uploads to be processed within one class?