From 6af6291ac65759f9a42666ceac3f921d9b4f3d1c Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Mon, 9 Apr 2018 03:59:40 -0300 Subject: [PATCH] Update xdrv_10_KNX.ino --- sonoff/xdrv_10_KNX.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonoff/xdrv_10_KNX.ino b/sonoff/xdrv_10_KNX.ino index a14d948fd..1f1002965 100644 --- a/sonoff/xdrv_10_KNX.ino +++ b/sonoff/xdrv_10_KNX.ino @@ -372,6 +372,7 @@ bool KNX_CONFIG_NOT_MATCH() } } } + return false; } @@ -421,6 +422,8 @@ void KNXStart() if (KNX_CONFIG_NOT_MATCH()) { Settings.knx_GA_registered = 0; Settings.knx_CB_registered = 0; + snprintf_P(log_data, sizeof(log_data), PSTR(D_LOG_KNX D_DELETE " " D_KNX_PARAMETERS )); + AddLog(LOG_LEVEL_DEBUG); } // Register Group Addresses to listen to