mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Protocomm : Use esp_http_server instead of http_server
This commit is contained in:
parent
12b60c51be
commit
e2b1ae259d
@ -12,7 +12,7 @@ set(COMPONENT_SRCS "src/common/protocomm.c"
|
|||||||
"src/transports/protocomm_console.c"
|
"src/transports/protocomm_console.c"
|
||||||
"src/transports/protocomm_httpd.c")
|
"src/transports/protocomm_httpd.c")
|
||||||
|
|
||||||
set(COMPONENT_PRIV_REQUIRES protobuf-c mbedtls console http_server bt)
|
set(COMPONENT_PRIV_REQUIRES protobuf-c mbedtls console esp_http_server bt)
|
||||||
|
|
||||||
if(CONFIG_BT_ENABLED)
|
if(CONFIG_BT_ENABLED)
|
||||||
if(CONFIG_BLUEDROID_ENABLED)
|
if(CONFIG_BLUEDROID_ENABLED)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <esp_log.h>
|
#include <esp_log.h>
|
||||||
#include <esp_err.h>
|
#include <esp_err.h>
|
||||||
|
|
||||||
#include <http_server.h>
|
#include <esp_http_server.h>
|
||||||
|
|
||||||
#include <protocomm.h>
|
#include <protocomm.h>
|
||||||
#include <protocomm_httpd.h>
|
#include <protocomm_httpd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user