From b3b8953efee4f8672d4aae320e644a5c25eee1cc Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 7 Aug 2021 00:27:07 +0200 Subject: [PATCH] Fix lv_lib_split_jpg library link --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index f70191f2..57e2de5c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -156,9 +156,9 @@ lib_deps = ESP Async WebServer LittleFS_esp32 git+https://github.com/lvgl/lv_lib_png.git#release/v7 - #git+https://github.com/lvgl/lv_lib_bmp.git#release/v7 - #git+https://github.com/lvgl/lv_lib_gif.git#release/v7 - git+https://github.com/fvanroie/lv_lib_split_jpg.git + ;git+https://github.com/lvgl/lv_lib_bmp.git#release/v7 + ;git+https://github.com/lvgl/lv_lib_gif.git#release/v7 + git+https://github.com/lvgl/lv_lib_split_jpg.git ps_ram = -DBOARD_HAS_PSRAM