From bb818d9877ab32bf6e56b1127a466e08ba7d8d79 Mon Sep 17 00:00:00 2001 From: thelsing Date: Wed, 11 Nov 2020 23:08:11 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cbcbf55..39f0f2d 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ This projects provides a knx-device stack for arduino (ESP8266, SAMD21) and linu It implements most of System-B specification and can be configured with ETS. The necessary knxprod-files can be generated with my [CreateKnxProd](https://github.com/thelsing/CreateKnxProd) tool. -The visual studio files use the [VisualGdb](https://visualgdb.com/). But you can use the lib in Arduino as usual. -The linux Version can be build with cmake. - For esp8266 [WifiManager](https://github.com/tzapu/WiFiManager) is used to configure wifi. Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise.