-
About example of dht, may I know why we include <dht.h> instead of <dht/dht.h>? Is this because of the functionality of esp_idf_lib_helpers used in esp_idf_lib_helpers? |
Beta Was this translation helpful? Give feedback.
Answered by
UncleRus
Jun 30, 2022
Replies: 1 comment 2 replies
-
Please read Build system section in ESP-IDF documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
UncleRus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please read Build system section in ESP-IDF documentation.
In short: the component's CMakeLists.txt specifies the INCLUDE_DIRS parameter equal to the directory of the component itself.