From 93c7f7bb36e8f23d0919924bc78c28416f809f2c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 18 Dec 2020 16:06:51 +0100 Subject: [PATCH] Fix compilation --- tasmota/xdrv_10_scripter.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_10_scripter.ino b/tasmota/xdrv_10_scripter.ino index 259d86c8f..c8e0607c2 100755 --- a/tasmota/xdrv_10_scripter.ino +++ b/tasmota/xdrv_10_scripter.ino @@ -67,8 +67,8 @@ keywords if then else endif, or, and are better readable for beginners (others m #define MAX_SARRAY_NUM 32 -uint32_t EncodeLightId(uint8_t relay_id); -uint32_t DecodeLightId(uint32_t hue_id); +//uint32_t EncodeLightId(uint8_t relay_id); +//uint32_t DecodeLightId(uint32_t hue_id); #ifdef USE_UNISHOX_COMPRESSION #define USE_SCRIPT_COMPRESSION