From 4ae23d4a67a7260a54e4d6fad50badb568e384e7 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Mon, 9 Apr 2018 00:24:53 -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 138e53bb7..65e60ae37 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 (+18k 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)