From a6f27db9103dcac49267ddc311d55785e032942a Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sun, 22 Jul 2018 23:14:33 -0300 Subject: [PATCH] Make KNX WEB MENU optional --- sonoff/user_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/user_config.h b/sonoff/user_config.h index 6d80fff83..5ba122be4 100644 --- a/sonoff/user_config.h +++ b/sonoff/user_config.h @@ -238,6 +238,7 @@ // -- KNX IP Protocol ----------------------------- //#define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem) + #define USE_KNX_WEB_MENU // Enable KNX WEB MENU // -- HTTP ---------------------------------------- #define USE_WEBSERVER // Enable web server and Wifi Manager (+66k code, +8k mem)