From 21de682f5898942c6f1122b3d23a4426fb0bab30 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Dec 2023 13:48:27 +0100 Subject: [PATCH] Fix compile (#20329) --- tasmota/tasmota_xdrv_driver/xdrv_47_ftc532.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_47_ftc532.ino b/tasmota/tasmota_xdrv_driver/xdrv_47_ftc532.ino index c7afd9682..b31e2fe94 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_47_ftc532.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_47_ftc532.ino @@ -231,10 +231,10 @@ bool Xdrv47(uint32_t function) { case FUNC_JSON_APPEND: ftc532_show(); break; - } case FUNC_ACTIVE: result = true; break; + } } // Return bool result return result;