cleanup: move cJSON to component manager

This commit is contained in:
Mahavir Jain
2025-10-06 11:52:40 +05:30
parent f8935f87e7
commit 439b1d6d08
21 changed files with 112 additions and 279 deletions
@@ -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: