fix: commit idf_component.yml so managed cjson component fetches on clean builds

Without this file, idf.py build fails after fullclean with 'Failed to resolve
component cJSON' because the component manager has no manifest to fetch from.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sl-jetson 2026-04-20 16:03:08 -04:00
parent cd84ee82fa
commit d1e3a3cbd1

View File

@ -0,0 +1,5 @@
dependencies:
idf:
version: '>=5.0'
espressif/cjson:
version: "^1.7.19~2"