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

Commit

Permalink
Merge pull request #56 from christopherhex/fix/noble-transport-hash-m…
Browse files Browse the repository at this point in the history
…ismatch

Set mtu to 20 to fix hash mismatch issue #44
  • Loading branch information
bencefr authored Jul 20, 2020
2 parents 7bca940 + 2b1595b commit fccf3df
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 fccf3df

Please sign in to comment.