mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-22 18:16:10 +01:00
Update README.md
This commit is contained in:
parent
5ba07ae442
commit
af56fc6a12
13
README.md
13
README.md
@ -59,6 +59,19 @@ For base functionality just an ESP32 is required.
|
|||||||
|
|
||||||
### Include into project
|
### Include into project
|
||||||
|
|
||||||
|
To include these components into an esp-idf project, include the following into the CMakeLists.txt
|
||||||
|
|
||||||
|
```
|
||||||
|
include(FetchContent)
|
||||||
|
FetchContent_Declare(
|
||||||
|
esp-ena
|
||||||
|
GIT_REPOSITORY https://github.com/Lurkars/esp-ena.git
|
||||||
|
GIT_TAG origin/component
|
||||||
|
)
|
||||||
|
FetchContent_MakeAvailable(esp-ena)
|
||||||
|
set(EXTRA_COMPONENT_DIRS ${esp-ena_SOURCE_DIR}/components)
|
||||||
|
```
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
The project is divided in different components. The main.c just wrap up all components. The Exposure Notification API is in **ena** module
|
The project is divided in different components. The main.c just wrap up all components. The Exposure Notification API is in **ena** module
|
||||||
|
Loading…
Reference in New Issue
Block a user