pub fn download(
cache_dir: &Path,
fw: &Firmware,
progress: ProgressFn<'_>,
) -> Result<PathBuf>Expand description
Download (or resume) the firmware into the cache and verify its checksum. Returns the path to the verified file. A cache hit short-circuits the download.