mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-08 11:53:58 +00:00
Create temp config in the same dir as target Fixes case where SDK and app are on different mounts (In our usage of kconfig, dirname is the empty string & basename is the full path to sdkconfig) Github pull request https://github.com/espressif/esp-idf/pull/151 See merge request !309