From 04df417294f90d80847272fdfe1c0ad8326eea8c Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sat, 29 Oct 2022 16:30:11 +0200 Subject: [PATCH] Update manifest.json --- template/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/template/manifest.json b/template/manifest.json index e1d3032..5959a67 100644 --- a/template/manifest.json +++ b/template/manifest.json @@ -7,11 +7,12 @@ { "url": "https://github.com/littlevgl/lvgl.git", "location": "lvgl", - "branch": "v8.3.3" + "branch": "v8.3.0" }, { "url": "https://github.com/littlevgl/lv_drivers.git", - "location": "lv_drivers" + "location": "lv_drivers", + "branch": "v8.3.0" } ], "eez-project-path": "{{projectName}}.eez-project"