DFU Library with Secure DFU 1.9.0
Improvements:
- #169 - Migrated to Android Jetpack.
- #170 - Added automatic retrying DFU process in case of undesired disconnection. Call setNumberOfRetries(int) to enable this feature.
- Disconnection is now checked before the error (a24f1e8). This feature was necessary to make the retrying work.
- Last Settings constant made deprecated (1a40f78). If you use HEX files and want to send from address 0, or with a different MBR size than 40496 (0x1000), use setMbrSize(int) instead of using Shared Preferences.
- Improved reconnection in case of error 133.
- Comments reformatted.
- More validation annotations added.