From 88f1e3593a328028eb30b21f3358560770ab365c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:15:12 +0100 Subject: [PATCH] Fix GPIO Viewer --- tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino index 5a2da52b8..de81c64a8 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino @@ -119,8 +119,9 @@ bool GVInit(void) { GV->port = GV_PORT; return true; } + return false; } - return false; + return true; } void GVStop(void) {