# esp-components **Repository Path**: lingmessy/esp-components ## Basic Information - **Project Name**: esp-components - **Description**: esp组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README # run example 修改工程目录下的CMakeLists.txt 修改`set(COMPONENTS xxx)` xxx为example所用到的组件 例如 ```cmake set(COMPONENTS "rc522" "rc522-example") ``` 即可`idf.py build`