docs: Consistent naming convention for ESP Component Registry

This commit is contained in:
Daniel Paul
2024-05-30 15:55:25 +02:00
committed by BOT
parent 9476733559
commit 658b1de02c
25 changed files with 40 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ The GPIO number used by this example can be changed in [lvgl_example_main.c](mai
Run `idf.py -p PORT build flash monitor` to build, flash and monitor the project. A scrolling text will show up on the LCD as expected.
The first time you run `idf.py` for the example will cost extra time as the build system needs to address the component dependencies and downloads the missing components from registry into `managed_components` folder.
The first time you run `idf.py` for the example will cost extra time as the build system needs to address the component dependencies and downloads the missing components from the ESP Component Registry into `managed_components` folder.
(To exit the serial monitor, type ``Ctrl-]``.)