From 48cf05caf670b1ec4e5fb3c9c67985192f113518 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 10 May 2018 01:16:25 -0300 Subject: [PATCH] Fix KNX Reconnection Issue Fix KNX Reconnection Issue (#82) --- sonoff/support.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonoff/support.ino b/sonoff/support.ino index 1cf6713ab..020494d7b 100644 --- a/sonoff/support.ino +++ b/sonoff/support.ino @@ -821,6 +821,9 @@ void WifiCheck(uint8_t param) } #endif // USE_EMULATION #endif // USE_WEBSERVER +#ifdef USE_KNX + KNXStart(); +#endif // USE_KNX } else { #if defined(USE_WEBSERVER) && defined(USE_EMULATION) UdpDisconnect();