mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Update xdrv_11_knx.ino
This commit is contained in:
parent
865dae4d57
commit
4c918a28e3
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user