Merge pull request #14130 from s-hadinger/lv_berry_pf

Set framework and platform for lv_berry
This commit is contained in:
s-hadinger 2021-12-20 21:19:21 +01:00 committed by GitHub
commit 948b948e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",