Skip to content

Commit 91f9c99

Browse files
fix: Define IDF >=5.1 requirement
esp32-camera now depends on esp_mm which was introduced in IDF 5.1.
1 parent 89e8d4d commit 91f9c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

idf_component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ issues: https://github.com/espressif/esp32-camera/issues
44
documentation: https://github.com/espressif/esp32-camera/tree/main/README.md
55
repository: https://github.com/espressif/esp32-camera.git
66
dependencies:
7+
idf: ">=5.1"
78
esp_jpeg:
89
version: "^1.3.0"
910
public: true

0 commit comments

Comments
 (0)