From a836e841ad76069b8a29a8d610b56ddc6981dbdd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:53:29 +0100 Subject: [PATCH] Re-enable shuttershow regression from last PR --- tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino | 2 +- tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino b/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino index 3371ffe65..3f0ec5201 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino @@ -2396,7 +2396,7 @@ bool Xdrv27(uint32_t function) break; #ifdef USE_WEBSERVER case FUNC_WEB_SENSOR: -// ShutterShow(); + ShutterShow(); break; #endif // USE_WEBSERVER case FUNC_ACTIVE: diff --git a/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino b/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino index 3602b18d7..a6d1d0da0 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino @@ -1978,7 +1978,7 @@ bool Xdrv27(uint32_t function) break; #ifdef USE_WEBSERVER case FUNC_WEB_SENSOR: -// ShutterShow(); + ShutterShow(); break; #endif // USE_WEBSERVER case FUNC_ACTIVE: