From 386d62630f83c05dd3abb11bf19681982739a913 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Wed, 18 Apr 2018 22:23:06 -0300 Subject: [PATCH] Update user_config.h --- sonoff/user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/user_config.h b/sonoff/user_config.h index b625bf908..884ba8376 100644 --- a/sonoff/user_config.h +++ b/sonoff/user_config.h @@ -203,7 +203,7 @@ //#define USE_MQTT_TLS // Use TLS for MQTT connection (+53k code, +15k mem) // -- KNX IP Protocol ----------------------------- -#define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem) +//#define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem) // -- HTTP ---------------------------------------- #define USE_WEBSERVER // Enable web server and wifi manager (+66k code, +8k mem)