Skip to content

Commit 42431b5

Browse files
committed
change(idf): Rename component example
1 parent 5d9cd9a commit 42431b5

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

Diff for: idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ dependencies:
8787
version: "1.0.3"
8888
require: public
8989
examples:
90-
- path: ./idf_component_examples/Hello_world
90+
- path: ./idf_component_examples/hello_world

Diff for: idf_component_examples/Hello_world/README.md renamed to idf_component_examples/hello_world/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To create a ESP-IDF project from this example with the latest release of Arduino
1212
ESP-IDF will download all dependencies needed from the component registry and setup the project for you.
1313

1414
If you want to use cloned Arduino-esp32 repository, you can build this example directly.
15-
Go to the example folder `arduino-esp32/idf_component_examples/Hello_world`.
15+
Go to the example folder `arduino-esp32/idf_component_examples/hello_world`.
1616
First you need to comment line 6 `pre_release: true` in examples `/main/idf_component.yml`.
1717
Then just run command: `idf.py build`.
1818

1919
## Example folder contents
2020

21-
The project **Hello_world** contains one source file in C++ language [main.cpp](main/main.cpp). The file is located in folder [main](main).
21+
The project **hello_world** contains one source file in C++ language [main.cpp](main/main.cpp). The file is located in folder [main](main).
2222

2323
ESP-IDF projects are built using CMake. The project build configuration is contained in `CMakeLists.txt`
2424
files that provide set of directives and instructions describing the project's source files and targets

0 commit comments

Comments
 (0)