Skip to content

Commit dd08145

Browse files
committed
IDF compile error
1 parent 82099f7 commit dd08145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (DEFINED ESP_PLATFORM)
66
idf_component_register(
77
# SRC_DIRS src
88
INCLUDE_DIRS src
9-
REQUIRES bt esp_common freertos hal log nvs_flash driver esp_adc
9+
REQUIRES bt esp_common freertos hal log nvs_flash driver esp_adc esp_http_client
1010
)
1111

1212
target_compile_options(${COMPONENT_LIB} INTERFACE -DESP32_CMAKE=1 -Wno-error -Wno-format -fpermissive)

0 commit comments

Comments
 (0)