fix: use espressif__cjson component name to match managed_components dir

CMakeLists.txt REQUIRES 'cJSON' fails on IDF v5.2 — component manager
installs it as 'espressif__cjson'. Update the require name to match.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sl-firmware 2026-04-20 15:55:04 -04:00
parent 98494a98c7
commit cd84ee82fa

View File

@ -16,7 +16,7 @@ idf_component_register(
nvs_flash nvs_flash
app_update app_update
mbedtls mbedtls
cJSON espressif__cjson
driver driver
freertos freertos
esp_timer esp_timer