Page 1 of 1

sample-project template ESP-IDF V.5.4.0

Posted: Tue Mar 11, 2025 8:04 pm
by jmicro
Hello,

I've installed the latest version of ESP-IDF V.5.4.0. (VS Code).

In this version when I create a new project throught the "ESP-IDF Welcome" tab, I can't find the "sample-project" template under the "get-started" section.

Why has it been removed? is there any similar template?

I think the "sample-project" template was very convnient because you got an empty main.c.

I can select "blink" and "hello_world" templates right now, but I would prefer just an empty project where I don't have to remove things.

Thank you.

Re: sample-project template ESP-IDF V.5.4.0

Posted: Wed Mar 12, 2025 8:13 am
by nopnop2002
is there any similar template?
https://github.com/espressif/esp-idf-template

Re: sample-project template ESP-IDF V.5.4.0

Posted: Wed Mar 12, 2025 10:43 am
by jmicro
Hello,

thanks for your response.

I believe I've found a similar template: "template-app" in the extensions dropdown menu.

Therefore, the "sample-project" template is no longer necessary.

Thank you.