You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
* The DFU Service provides full support for Over-the-Air (OTA) Device Firmware Update (DFU) by Nordic Semiconductor.
70
70
* With the Soft Device 7.0.0+ it allows to upload a new Soft Device, new Bootloader and a new Application. For older soft devices only the Application update is supported.
71
71
* <p>
72
-
* To run the service to your application extend it in your project and overwrite the missing method. Remember to add your class to the AndroidManifest.xml file.
72
+
* To run the service to your application extend it in your project and overwrite the missing method. Remember to add your service class to the AndroidManifest.xml file.
73
73
* </p>
74
74
* <p>
75
75
* The {@link DfuServiceInitiator} object should be used to start the DFU Service.
@@ -581,20 +581,6 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
0 commit comments