[FEATURE_ESPEASY_P2P] enable it by default if not defined

This commit is contained in:
fmuntean
2022-07-18 16:25:14 -04:00
parent e00496fe22
commit 9c606451a4
+3 -7
View File
@@ -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
/*