Skip to content

Commit

Permalink
Show downloaded FW version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Nov 21, 2021
1 parent c9b4c91 commit 5f7b9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/solo2/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ fn try_main(args: clap::ArgMatches<'_>) -> anyhow::Result<()> {
Firmware::download_latest()
})?;

println!("Fetched firmware version {}", &firmware.version().to_calver());

if update_all {
for device in Device::list() {
device.program(firmware.clone(), skip_major_prompt)?;
Expand Down

0 comments on commit 5f7b9e3

Please sign in to comment.