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 /*