Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec8df4a

Browse files
authoredJan 31, 2025
wrong lib
1 parent bb51650 commit ec8df4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎configs/builds.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"targets":["esp32s3"]
3838
},
3939
{
40-
"file":"esp_lcd_panel_rgb.a",
41-
"src":"build/esp-idf/esp_lcd/rgb/esp_lcd_panel_rgb.a",
42-
"out":"lib/esp_lcd_panel_rgb.a",
40+
"file":"libesp_lcd.a",
41+
"src":"build/esp-idf/esp_lcd/libesp_lcd.a",
42+
"out":"lib/libesp_lcd.a",
4343
"targets":["esp32s3"]
4444
},
4545
{

0 commit comments

Comments
 (0)
Please sign in to comment.