From 328c8a3204e962cce35005b6a85a9803da5806c7 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 14 Mar 2021 11:24:39 +0100 Subject: [PATCH] no change --- tasmota/user_config_override_sample.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasmota/user_config_override_sample.h b/tasmota/user_config_override_sample.h index 369585717..ae434bb9c 100644 --- a/tasmota/user_config_override_sample.h +++ b/tasmota/user_config_override_sample.h @@ -20,9 +20,6 @@ #ifndef _USER_CONFIG_OVERRIDE_H_ #define _USER_CONFIG_OVERRIDE_H_ -// this flag needs to be unset otherwise settings from build variant Tasmota32 are included -#undef FLAG_VARIANT_TASMOTA32 - // force the compiler to show a warning to confirm that this file is included #warning **** user_config_override.h: Using Settings from this File ****