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:
parent
98494a98c7
commit
cd84ee82fa
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user