From 85662ec728d8368b83fc83147290bfff03529041 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 20 Dec 2021 18:29:47 +0100 Subject: [PATCH] Set framework and platform for lv_berry --- lib/libesp32_lvgl/lv_berry/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libesp32_lvgl/lv_berry/library.json b/lib/libesp32_lvgl/lv_berry/library.json index 1d5d0cafe..7074359ab 100644 --- a/lib/libesp32_lvgl/lv_berry/library.json +++ b/lib/libesp32_lvgl/lv_berry/library.json @@ -4,8 +4,8 @@ "description": "Mapping of LVGL functions to Berry. Currently supporting LVGL 8.0.2", "license": "MIT", "homepage": "https://github.com/lvgl/lv_berry", - "frameworks": "*", - "platforms": "*", + "frameworks": "arduino", + "platforms": "espressif32", "authors": { "name": "Stephan Hadinger",