mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
Build system: Allow IDF_PATH to contain ~ or C:/ See github issues * https://github.com/espressif/esp-idf/issues/118 * https://github.com/espressif/esp-idf/issues/166 (This is easier to work around in the build system than to document.) See merge request !315