Page 1 of 1

Espressif IDE - how to run menuconfig?

Posted: Thu Sep 14, 2023 8:02 am
by Jorgen
Dear,
I am using the Espressif IDE for the ESP-IDF, hence no other IDE such as Arduino, Visual Studio Code, Platform IO, Eclipse etc.
I find it very convenient to install the Espressif IDE for the ESP IDF. It is a single action.

However, how do I run menuconfig within Espressif IDE? Is there a button or menu item for that?

Do I have to invoke the ESP-IDF prompt, change directory the my project and then run idf.py menuconfig? That approach is heavy, while a button within Espressif IDE would be elegant and much preferred.

Regards,
Jorgen

Re: Espressif IDE - how to run menuconfig?

Posted: Thu Sep 21, 2023 7:10 am
by ESP_kondalkolipaka
Hi Jorgen,

Just by double clicking on the sdkconfig file will open the menuconfig editor in the eclipse.

Thanks

Re: Espressif IDE - how to run menuconfig?

Posted: Thu Sep 21, 2023 8:03 am
by Jorgen
Thanks a lot.

Jorgen