esp_jpeg: Fixed list of MCUs with TjpgDec in ROM in Readme

This commit is contained in:
Vilem Zavodny 2022-11-15 09:17:15 +01:00
parent 3f1e06edf4
commit 5d1a941a3a
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: