From e28a3342cb7bddeaf1da73d7e06875acfc193852 Mon Sep 17 00:00:00 2001 From: Adrian Scillato Date: Tue, 28 Sep 2021 15:53:14 -0300 Subject: [PATCH] Allow KNX and Zigbee --- tasmota/tasmota_configurations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index 64d1ac0de..59810fccd 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -503,7 +503,7 @@ #define USE_TLS // flag indicates we need to include TLS code #endif // USE_ZBBRIDGE_TLS -#undef USE_KNX // Disable KNX IP Protocol Support +//#undef USE_KNX // Disable KNX IP Protocol Support //#undef USE_WEBSERVER // Disable Webserver #undef USE_ENHANCED_GUI_WIFI_SCAN // Disable wifi scan output with BSSID (+0k5 code) //#undef USE_WEBSEND_RESPONSE // Disable command WebSend response message (+1k code)