From 865dae4d574b178111e5dfbfac57cff19a4fca79 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 19 Apr 2018 14:36:46 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c66413966..294141be1 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,11 @@ Several home automation systems have KNX support. For example, [Home Assistant]( If you use the ETS (KNX Configurator Software) you can add any Sonoff Tasmota KNX as a dummy device. -## Requirements ## +## Requirement ## -* [ESP KNX IP Library (async-udp branch)](https://github.com/envy/esp-knx-ip/tree/async-udp) -* [ESPAsyncUDP Library](https://github.com/me-no-dev/ESPAsyncUDP). This Library is used by ESP KNX IP Library. +* [ESP KNX IP Library](https://github.com/envy/esp-knx-ip) -A copy of both libraries is also available at: -* https://github.com/ascillato/Sonoff-Tasmota_KNX/tree/development/lib/esp-knx-ip-async-udp -* https://github.com/ascillato/Sonoff-Tasmota_KNX/tree/development/lib/ESPAsyncUDP-master +A copy of the library is also available [here](https://github.com/ascillato/Sonoff-Tasmota_KNX/tree/development/lib/esp-knx-ip-0.5.0) ## Usage Examples ##