Merge pull request #107 from espressif/fix/esp_jpeg_readme

esp_jpeg: Fixed list of MCUs with TjpgDec in ROM in Readme
This commit is contained in:
Mahavir Jain 2022-11-15 15:43:55 +05:30 committed by GitHub
commit 3d2af87779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -27,9 +27,8 @@ Some microcontrollers have TJpg decoder in ROM. It is used as default, but it ca
### List of MCUs, which have TJpgDec in ROM
- ESP32
- ESP32-S3
- ESP32-C2
- ESP32-C3
- ESP32-H2
- ESP32-C6
### Fixed compilation configuration of the ROM code
- Stream input buffer: 512

View File

@ -1,4 +1,4 @@
version: "1.0.3"
version: "1.0.4"
description: "JPEG Decoder: TJpgDec"
url: https://github.com/espressif/idf-extra-components/tree/master/esp_jpeg/
dependencies: