mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Extension LVGL Panel small updates (#24548)
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
# rm LVGL_Panel.tapp; zip -j -0 LVGL_Panel.tapp LVGL_Panel/autoexec.be LVGL_Panel/lvgl_panel.be LVGL_Panel/manifest.json
|
||||
# rm LVGL_Panel.tapp; zip -j -0 LVGL_Panel.tapp LVGL_Panel/autoexec.be LVGL_Panel/lvgl_panel.be LVGL_Panel/manifest.json LVGL_Panel/lvgl.html
|
||||
do # embed in `do` so we don't add anything to global namespace
|
||||
import introspect
|
||||
var lvgl_panel = introspect.module('lvgl_panel', true) # load module but don't cache
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"version": "0x1A030300",
|
||||
"description": "Realtime mirror of the LVGL display in browser",
|
||||
"author": "Stephan Hadinger & Milko Daskalov",
|
||||
"min_tasmota": "0x0F040000",
|
||||
"min_tasmota": "0x0F030002",
|
||||
"features": "display"
|
||||
}
|
||||
Reference in New Issue
Block a user