idf.py reconfigure 触发的 idf-component-manager 版本刷新副作用: - espressif/dl_fft, esp_jpeg, freetype 等组件的小版本更新 不影响项目功能,与 Phase 10 无直接关系。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
25 lines
920 B
Markdown
25 lines
920 B
Markdown
# heatshrink
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/badge/license-ISC-blue.svg" alt="License" />
|
|
<a href="https://components.espressif.com/components/laride/heatshrink">
|
|
<img src="https://img.shields.io/badge/ESP--IDF-Component-green?logo=Espressif" />
|
|
<img src="https://components.espressif.com/components/laride/heatshrink/badge.svg" alt="Components Registry" />
|
|
</a>
|
|
</p>
|
|
|
|
This repository packages the [heatshrink](https://github.com/atomicobject/heatshrink) compression/decompression library for use with ESP-IDF.
|
|
|
|
## Usage
|
|
|
|
Please refer to [header files](./include/) or [test_app](./test_apps/heatshrink_test) for usage instructions.
|
|
|
|
## Issues
|
|
|
|
- For issues related to the Heatshrink library itself: https://github.com/atomicobject/heatshrink/issues .
|
|
- For issues related to this component: https://github.com/laride/heatshrink/issues .
|
|
|
|
## License
|
|
|
|
ISC, Same as the original license.
|