Skip to content

4.11.0

Compare
Choose a tag to compare
@philips77 philips77 released this 30 Jul 14:22
76b1906

This version introduces the following features:

  • Sending Abort command in case of an error to a DFU bootloader from SDK 15 or newer to quickly reset the target into application mode (#447). Devices from SDK 12-14 will continue to just be disconnected.
  • Using connection timeout during reconnections, instead of hardcoded 5 second timeout (#442).
  • Bug fix: Handling situations when object size is reported to be 0 bytes (#443 and #444).
  • Bug fix: Missing error codes added. That was causing crashes (#446).
  • Minor code improvements (#448, #445).
  • Read Object Info was renamed to Select Object, to be more inline with Secure DFU specification (cb29e88).