Skip to content

Commit

Permalink
Merge branch 'controller/fix_build_fail' into 'master'
Browse files Browse the repository at this point in the history
matter_controller: Fix build fail due to breaking change in lvgl component

See merge request app-frameworks/esp-rainmaker!452
  • Loading branch information
dhrishi committed Jul 1, 2024
2 parents a3bdac0 + acbbc44 commit 0fd596a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
espressif/esp-box:
version: "3.*"
require: "no"

espressif/esp-box-lite:
version: "2.*"
require: "no"
Expand All @@ -14,5 +14,5 @@ dependencies:
require: "no"

espressif/esp32_s3_lcd_ev_board:
version: "2.*"
version: "==2.1.0"
require: "no"
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dependencies:
idf: ">=5.1"
espressif/led_strip: "^1.0.0"
espressif/qrcode: ^0.1.0
lvgl/lvgl: "==8.4.0"

0 comments on commit 0fd596a

Please sign in to comment.