Page 1 of 1

Store menuconfing

Posted: Fri Sep 06, 2024 8:09 pm
by gomez9656
Hi there Espressif team!

I'm currently working with ESP-IDF 4.4 and my project is working great.

My problem is that the menuconfig options are not being stored. Every time I move my project to a different folder I need to reconfigure all the options. Same happens when someone else git clones the repo on their PC, they need to reconfigure all the options manually.

Is there any way to avoid this?

Re: Store menuconfing

Posted: Mon Sep 09, 2024 6:37 am
by ESP_Roland
There should be an "sdkconfig" file in your project's directory after running menuconfig. When you move your project then you need to move it as well with the project.

More information about this topic: https://docs.espressif.com/projects/esp ... onfig.html and also in https://docs.espressif.com/projects/esp ... ystem.html. (Note that these pages are for the latest version of ESP-IDF. We don't maintain pages for the unsupported v4.4 anymore. But the general idea about the concept of these files is the same)