This repository was archived by the owner on Jul 20, 2025. It is now read-only.
Added DFU subspec - handle bootloader updates
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.