mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-03 20:35:33 +02:00
cleanup: move cJSON to component manager
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
idf_component_register(SRCS "esp_rest_main.c"
|
||||
"rest_server.c"
|
||||
PRIV_REQUIRES esp_http_server json nvs_flash
|
||||
PRIV_REQUIRES esp_http_server nvs_flash
|
||||
INCLUDE_DIRS ".")
|
||||
|
||||
if(CONFIG_EXAMPLE_DEPLOY_WEB_PAGES)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
espressif/cjson: "^1.7.19"
|
||||
espressif/mdns: "^1.8.0"
|
||||
joltwallet/littlefs: "^1.20.0"
|
||||
protocol_examples_common:
|
||||
|
||||
Reference in New Issue
Block a user