Skip to content

Commit

Permalink
Merge pull request #245 from espressif/fix/s3_eye_lvgl_public
Browse files Browse the repository at this point in the history
fix(s3_eye): Make esp_lvgl_port dependency public
  • Loading branch information
tore-espressif authored Oct 30, 2023
2 parents 9c6d614 + 3ef7b79 commit 2f83e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bsp/esp32_s3_eye/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.0.2~1"
version: "3.0.3"
description: Board Support Package for ESP32-S3-EYE
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_eye

Expand All @@ -10,6 +10,7 @@ dependencies:

esp_lvgl_port:
version: "^1"
public: true

esp32-camera:
version: "^2.0.2"
Expand Down

0 comments on commit 2f83e1c

Please sign in to comment.