diff --git a/tasmota/berry/openhasp_src/openhasp_demo.tapp b/tasmota/berry/openhasp_src/openhasp_demo.tapp index ab08c9e18..4c2ecdb49 100644 Binary files a/tasmota/berry/openhasp_src/openhasp_demo.tapp and b/tasmota/berry/openhasp_src/openhasp_demo.tapp differ diff --git a/tasmota/berry/openhasp_src/openhasp_demo/autoexec.be b/tasmota/berry/openhasp_src/openhasp_demo/autoexec.be index 90fc68d50..0d3a90376 100644 --- a/tasmota/berry/openhasp_src/openhasp_demo/autoexec.be +++ b/tasmota/berry/openhasp_src/openhasp_demo/autoexec.be @@ -39,6 +39,7 @@ end run_watch() def p5_in() + import global global.p0b101.bg_opa = 0 global.p0b102.bg_opa = 0 global.p0b103.bg_opa = 0 @@ -46,6 +47,7 @@ def p5_in() end def p5_out() + import global global.p0b101.bg_opa = 255 global.p0b102.bg_opa = 255 global.p0b103.bg_opa = 255