Update README.md

This commit is contained in:
Adrian Scillato 2018-04-19 14:36:46 -03:00 committed by GitHub
parent bce8dfe983
commit 865dae4d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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 ##