espressif / idf-env

idf-env tool helps set up and manage ESP-IDF installations
29 stars 4 forks source link

bugfix: driver installation creates dist directory before downloading #33

Closed georgik closed 2 years ago

georgik commented 2 years ago

Closes #30

Create .espressif/dist directory before downloading drivers.

georgik commented 2 years ago

Main change src/package.rs line 157. Please review the change

MabezDev commented 2 years ago

Looks good to me, could this also be adapted to fix #32?