Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Set mtu to 20 to fix hash mismatch issue - #44
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhex committed Jul 15, 2020
1 parent 7bca940 commit 2b1595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DfuTransportNoble.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default class DfuTransportNoble extends DfuTransportPrn {
this.dfuPacketCharacteristic = undefined;

// Hard-coded BLE MTU
this.mtu = 23;
this.mtu = 20;
}


Expand Down

0 comments on commit 2b1595b

Please sign in to comment.