Update xdrv_11_knx.ino

This commit is contained in:
Adrian Scillato 2018-04-19 14:37:54 -03:00 committed by GitHub
parent 865dae4d57
commit 4c918a28e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,8 @@
/*********************************************************************************************\ /*********************************************************************************************\
* KNX support * KNX support
* *
* Using libraries: * Using library:
* ESP KNX IP library (async-udp branch) (https://github.com/envy/esp-knx-ip/tree/async-udp) * ESP KNX IP library (https://github.com/envy/esp-knx-ip)
* ESPAsyncUDP library (https://github.com/me-no-dev/ESPAsyncUDP)
Constants in sonoff.h Constants in sonoff.h
----------------------- -----------------------
@ -870,8 +869,6 @@ boolean Xdrv11(byte function)
break; break;
case FUNC_LOOP: case FUNC_LOOP:
knx.loop(); // Process knx events knx.loop(); // Process knx events
// It is not used by the actual config of asyncUDP branch of ESP-KNX-IP Library,
// but is left here for compatibility with upcoming features of ESP-KNX-IP Library
break; break;
// case FUNC_COMMAND: // case FUNC_COMMAND:
// result = KNXCommand(); // result = KNXCommand();