From f1f242f592659b12aab93adfff7c5525ce5f589a Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sun, 15 Apr 2018 14:11:36 -0300 Subject: [PATCH] Update xdrv_11_KNX.ino --- sonoff/xdrv_11_KNX.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/xdrv_11_KNX.ino b/sonoff/xdrv_11_KNX.ino index b871417ba..91792d49b 100644 --- a/sonoff/xdrv_11_KNX.ino +++ b/sonoff/xdrv_11_KNX.ino @@ -859,9 +859,9 @@ void KNX_Save_Settings() * Interface \*********************************************************************************************/ -#define XDRV_10 +#define XDRV_11 -boolean Xdrv10(byte function) +boolean Xdrv11(byte function) { boolean result = false; switch (function) {