From 9c606451a4df300138973cd82fb94de3bc392d6d Mon Sep 17 00:00:00 2001 From: fmuntean Date: Mon, 18 Jul 2022 16:25:14 -0400 Subject: [PATCH] [FEATURE_ESPEASY_P2P] enable it by default if not defined --- src/src/CustomBuild/ESPEasyDefaults.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/src/CustomBuild/ESPEasyDefaults.h b/src/src/CustomBuild/ESPEasyDefaults.h index e50082422..913d424fe 100644 --- a/src/src/CustomBuild/ESPEasyDefaults.h +++ b/src/src/CustomBuild/ESPEasyDefaults.h @@ -385,13 +385,9 @@ #endif -// --- We define the default features to be enabled here if custom.h is not used -#ifndef PLUGIN_BUILD_CUSTOM - - #ifndef FEATURE_ESPEASY_P2P - #define FEATURE_ESPEASY_P2P 1 - #endif - +// --- We define the default features to be enabled here +#ifndef FEATURE_ESPEASY_P2P + #define FEATURE_ESPEASY_P2P 1 #endif /*