espressif / idf-env

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

idf-path is sensitive to trailing \ #22

Closed georgik closed 2 years ago

georgik commented 3 years ago

MD5 hash is by default generated from idf-path. This mechanism is problematic, because it does not allow relocation of idf. Also in case of missing trailing backslash the cmd/PowerShell initializer is not able to identify correct env.

georgik commented 2 years ago

Solved by https://github.com/espressif/idf-installer/pull/34 The Initializer is using IdfId to determine IDF path instead of working directory.