ESP-IDF, how to rename a project?

Sysprogs forums Forums VisualGDB ESP-IDF, how to rename a project?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26169
    manuF
    Participant

    Hello All,

    I am Emmanuel from France, and newbies with visualGDB.

    I try the tutorial “arduino as components” with the blink project.

    Now it is working, I would like to change the project name, but I didnt find rename item in right click list!

    So How to do this simple task ?

    Thanks for help

     

     

    • This topic was modified 4 years, 5 months ago by manuF.
    #26181
    support
    Keymaster

    Hi,

    Sorry, the fully automatic renaming of the ESP-IDF projects is not yet supported. Hence, you would need to edit the Makefile (or CMakeLists.txt file if your are using CMake) in your project directory manually in order to rename the project. Simply search for the project name in that file, replace it and save the file. VisualGDB should automatically reload the project structure and show the new name.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.