Page 1 of 1

Can sdkconfig.defaults be in an alternate location?

Posted: Mon Nov 11, 2019 9:05 pm
by jsam589
I would like to standardize sdkconfig.defaults and sdkconfig.defaults.esp32 for a particular hardware device, but have a few different applications. Is there a way to specify where idf.py should look for these files, so I don't need copies of these files for each project?
Thanks!

Re: Can sdkconfig.defaults be in an alternate location?

Posted: Tue Nov 12, 2019 3:35 am
by ESP_Angus
Yes, you should be able to set the SDKCONFIG_DEFAULTS environment variable for this.