Skip to content

Added DFU subspec - handle bootloader updates

Compare
Choose a tag to compare
@sschiffli sschiffli released this 17 Jul 01:33
· 155 commits to master since this release

Added

  • Documentation for basic features of this API.
  • Scripts to generate API reference docs.
  • DFU subspec for handing firmware updates. New cases where bootloader change is required.

Changed

  • Update Cpp API to v0.14.0.
  • connectAndSetup will read device info if in MetaBoot mode.

Fixed

  • connectAndSetup could sometimes hang, canSendWriteWithoutResponse only valid after a first write.
  • UI helpers didn't always invoke delegate methods on Main Thread.