mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-13 01:56:19 +00:00
[FEATURE_ESPEASY_P2P] enable it by default if not defined
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user