doc: Add note about moving components or bootloader in an existing project

Based on some forum questions, i.e. https://esp32.com/viewtopic.php?f=13&t=16731&sid=107a5d613c97b68cf156b49579534c51
This commit is contained in:
Angus Gratton
2020-10-13 17:25:57 +11:00
parent 80f993bf31
commit 52676974e4
2 changed files with 9 additions and 3 deletions

View File

@@ -353,6 +353,9 @@ contain component sub-directories with the same name, the component in the last
with a modified version by copying that component from the ESP-IDF components directory to the project components directory and then modifying it there.
If used in this way, the ESP-IDF directory itself can remain untouched.
.. note:: If a component is overridden in an existing project by moving it to a new location, the project will not automatically see the new component path. Run ``idf.py reconfigure`` (or delete the project build folder) and then build again.
.. _cmake_minimal_component_cmakelists:
Minimal Component CMakeLists