Skip to content

DFU Library with Secure DFU 1.8.0

Compare
Choose a tag to compare
@philips77 philips77 released this 29 Oct 12:14

Bugs fixed:

  • #105 by #139 and #94 by #140 - handling Bluetooth OFF event
  • #131 by #132 - resetting firmware streams when DFU restarted
  • #136 - automatically try to send app when SD+BL failed (on Secure DFU)
  • #129 - improved characteristic validation
  • #97, #108 by #126 - When the app is killed by user and the service with it, it closes the file stream, but doesn't abort the DFU process, which then tries to read next chunk to send to the device and crashes.
  • #113 - typo in the errors

Improvements:

  • 3 HCI errors added
  • #135 - option to pass the current MTU to the service, as it may be only requested once
  • Gradle version bumped from 4.6 -> 4.10.2 by #142