Fix KNX Reconnection Issue

Fix KNX Reconnection Issue (#82)
This commit is contained in:
Adrian Scillato 2018-05-10 01:16:25 -03:00 committed by GitHub
parent 3fbed378ea
commit 48cf05caf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();