oplik0 / solo2-desktop

A GUI application for managing Solo v2 security keys
MIT License
9 stars 1 forks source link

Update progress indicator #13

Closed oplik0 closed 1 year ago

oplik0 commented 1 year ago

Currently updates only log progress to the command line, which is useless in the GUI.

It'd be useful if there could be some update progress indicator in the app visible to the user.

This unfortunately requires changes in the LPC55 crate (in https://github.com/lpc55/lpc55-host/blob/main/src/bootloader/protocol.rs) - LPC55/lpc55-host#30