esp_http_client: remove dependency of esp_stubs from esp_http_client. Add esp_event stubs in linux component

This commit is contained in:
Harshit Malpani
2023-03-13 10:43:34 +05:30
parent 674fd8feb8
commit 0cc243a8cc
5 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
if(NOT ${IDF_TARGET} STREQUAL "linux")
set(req lwip esp_event)
else()
set(req esp_stubs)
set(req linux)
endif()
idf_component_register(SRCS "esp_http_client.c"