Daniel H Sagarra
Daniel H Sagarra

Reputation: 180

Rename ESP-IDF project folder on VS Code

After renaming project folder ESP-IDF build will return error:

Build directory 'd:\githubs\fmc-320\firmware\vscode\test\01-log\build' configured for project 'd:\workspace\fmc-320\firmware\vscode\test\01-log' not 'd:\githubs\fmc-320\firmware\vscode\test\01-log'. Run 'idf.py fullclean' to start again.

I know I can start a fresh new project with old code, but there is a clever way to do this by patching the actual project?

Upvotes: 0

Views: 1021

Answers (1)

RemyHx
RemyHx

Reputation: 365

Usually just performing a fullclean and rebuilding is enough. Did you try?

Upvotes: 2

Related Questions