Skip to content

Commit

Permalink
fix: fix dfu for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed Jan 14, 2024
1 parent 15b6937 commit 0427724
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example/src/app/scan/dfu/dfu.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ export class DfuPage {
}

const dfuOptions: DfuOptions = {
mtu: 23,
currentMtu: 23,
packetReceiptNotificationsEnabled: false,
disableMtuRequest: true,
packetReceiptNotificationsEnabled: true,
packetsReceiptNotificationsValue: 6,
unsafeExperimentalButtonlessServiceInSecureDfuEnabled: true,
};

const dfuUpdateOptions: DfuUpdateOptions = {
Expand Down

0 comments on commit 0427724

Please sign in to comment.