From e15e131ca2d1c338511c275136dcf114fff6576c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:32:34 +0100 Subject: [PATCH] Update xdrv_121_gpioviewer.ino --- tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino index 3b07b8ecf..b33d8a1a9 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino @@ -265,8 +265,7 @@ void GVEventDisconnected(void) { } void GVCloseEvent(void) { -// GVEventSend("{}", "close", millis()); // Closes web page - GVEventSend("{}", "error", millis()); // Closes web page + GVEventSend("{}", "close", millis()); // Closes web page GVEventDisconnected(); }