ESP32 Camera Driver v2.0.1
- Fixes support for ESP-IDF v5.0
- Allows unsupported chips to build and use the converters
- Add support for SC030IOT VGA sensor
- Add support for BF20A6 sensor
- Various fixes and improvements
What's Changed
- Pass git tag in upload component workflow by @kumekay in #356
- feat: add camera sensor BF20A6 support by @WangYuxin-esp in #365
- fix: fix cache error when both nvs and camera used by @WangYuxin-esp in #362
- feat: add camera sensor sc030iot support by @WangYuxin-esp in #394
- Remove targets from the idf_component.yml manifest by @kumekay in #396
- Fix driver for ESP-IDF v5.0 by @me-no-dev in #395
- Compile conversions sources for all platforms (Also fixed SPIRAM checks for allocations) by @vikramdattu in #397
- Improve handling of unsupported chips by @me-no-dev in #398
New Contributors
- @vikramdattu made their first contribution in #397
Full Changelog: v2.0.0...v2.0.1