We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82099f7 commit dd08145Copy full SHA for dd08145
CMakeLists.txt
@@ -6,7 +6,7 @@ if (DEFINED ESP_PLATFORM)
6
idf_component_register(
7
# SRC_DIRS src
8
INCLUDE_DIRS src
9
- REQUIRES bt esp_common freertos hal log nvs_flash driver esp_adc
+ REQUIRES bt esp_common freertos hal log nvs_flash driver esp_adc esp_http_client
10
)
11
12
target_compile_options(${COMPONENT_LIB} INTERFACE -DESP32_CMAKE=1 -Wno-error -Wno-format -fpermissive)
0 commit comments