mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14130 from s-hadinger/lv_berry_pf
Set framework and platform for lv_berry
This commit is contained in:
commit
948b948e10
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue