From 08ea0c8d27f419ccd724514ca54186a23ce5e0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sat, 21 Sep 2019 17:24:48 +0200 Subject: [PATCH] Remove superfluous module def Fixes #2920 --- app/include/user_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/include/user_config.h b/app/include/user_config.h index d0b923b5..5734f3be 100644 --- a/app/include/user_config.h +++ b/app/include/user_config.h @@ -134,10 +134,6 @@ // Enable creation on the wifi.eventmon.reason table #define WIFI_EVENT_MONITOR_DISCONNECT_REASON_LIST_ENABLE -// Enable use of the WiFi.monitor sub-module -//#define LUA_USE_MODULES_WIFI_MONITOR - - // Whilst the DNS client details can be configured through the WiFi API, // the defaults can be exposed temporarily during start-up. The following // WIFI_STA options allow you to configure this in the firmware. If the