mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-13 04:01:46 +00:00
Merge pull request #58 from ferrous-systems/zip_cleanup
dongle-flash: automatic zip cleanup
This commit is contained in:
commit
9365ecca58
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ if the red LED was blinking and you got this message then the device wasn't corr
|
|||
ihex
|
||||
};
|
||||
|
||||
let dfu = ihex.with_extension("zip");
|
||||
// create in temp folder for automatic cleanup
|
||||
let dfu = dir.path().join(filename).with_extension("zip");
|
||||
|
||||
println!("packaging iHex using nrfutil ...");
|
||||
|
||||
|
|
Loading…
Reference in a new issue