Added progress to flash tool

This commit is contained in:
Sebastian 2024-10-06 13:39:07 +02:00
parent b2830a1fbc
commit 57fdf05f00
4 changed files with 290 additions and 48 deletions

View file

@ -22,3 +22,5 @@ postcard = {version = "1.0.10", features = ["use-std"]}
dfu-libusb = "0.3.0"
libusb1-sys = "0.6"
rusb = "0.9"
clap = { version = "4.5.19", features = ["derive"] }
indicatif = "0.17.8"