Skip to content

Commit 4ffc30e

Browse files
committed
Add back mtu and retries capabilities for android
1 parent bbcbadd commit 4ffc30e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/pilloxa/dfu/RNNordicDfuModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public void startDFU(String address, String name, String filePath, int packetRec
5353
starter.setPacketsReceiptNotificationsValue(packetReceiptNotificationParameter);
5454
} else {
5555
starter.setPacketsReceiptNotificationsValue(1);
56-
starter.setPacketsReceiptNotificationsEnabled(false);
5756
}
5857
starter.setUnsafeExperimentalButtonlessServiceInSecureDfuEnabled(true);
5958
if (filePath.endsWith(".bin") || filePath.endsWith(".hex")) {

0 commit comments

Comments
 (0)