oplik0/solo2-desktop

Update progress indicator

oplik0 opened this issue · 0 comments

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