add dht dependency

This commit is contained in:
2025-12-02 20:07:04 +01:00
parent 6dd232fb83
commit 615637e24c
3 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
file(GLOB_RECURSE srcs "main.c" "src/*.c")
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES bt nvs_flash esp_driver_gpio
PRIV_REQUIRES bt nvs_flash esp_driver_gpio dht
INCLUDE_DIRS "./include")