From 85662ec728d8368b83fc83147290bfff03529041 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 20 Dec 2021 18:29:47 +0100 Subject: [PATCH 1/2] 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", From 0589a28ec8fd9429691d95d609d0ffd874513fa0 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 20 Dec 2021 21:05:00 +0100 Subject: [PATCH 2/2] Change more platform definitions --- lib/default/TasmotaLList/library.json | 4 ++-- lib/lib_ssl/tls_mini/library.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/default/TasmotaLList/library.json b/lib/default/TasmotaLList/library.json index d49f03f71..d5c06d45c 100644 --- a/lib/default/TasmotaLList/library.json +++ b/lib/default/TasmotaLList/library.json @@ -4,8 +4,8 @@ "description": "Simple yet powerful linked-list", "license": "MIT", "homepage": "https://github.com/arendst/Tasmota", - "frameworks": "*", - "platforms": "*", + "frameworks": "arduino", + "platforms": "espressif32, espressif8266", "authors": { "name": "Stephan Hadinger", diff --git a/lib/lib_ssl/tls_mini/library.json b/lib/lib_ssl/tls_mini/library.json index 0faa39688..d93dfd353 100644 --- a/lib/lib_ssl/tls_mini/library.json +++ b/lib/lib_ssl/tls_mini/library.json @@ -4,8 +4,8 @@ "description": "TLS mini client derived from Arduino", "license": "MIT", "homepage": "https://github.com/arendst/Tasmota", - "frameworks": "*", - "platforms": "*", + "frameworks": "arduino", + "platforms": "espressif32, espressif8266", "authors": { "name": "Stephan Hadinger",