mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge pull request #3897 from tonhuisman/feature/build-increase-plugin-max-to-135
[Build, MAX] Increase max. plugin count from 125 to 135
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
#else // if defined(PLUGIN_BUILD_TESTING) || defined(PLUGIN_BUILD_DEV)
|
||||
# ifdef ESP32
|
||||
# ifdef PLUGIN_BUILD_MAX_ESP32
|
||||
# define DEVICES_MAX 125
|
||||
# define DEVICES_MAX 135
|
||||
# else // ifdef PLUGIN_BUILD_MAX_ESP32
|
||||
# define DEVICES_MAX 100
|
||||
# endif // ifdef PLUGIN_BUILD_MAX_ESP32
|
||||
|
||||
@@ -1448,6 +1448,36 @@ To create/register a plugin, you have to :
|
||||
#ifndef USES_P125
|
||||
#define USES_P125 //
|
||||
#endif
|
||||
#ifndef USES_P126
|
||||
#define USES_P126 //
|
||||
#endif
|
||||
#ifndef USES_P127
|
||||
#define USES_P127 //
|
||||
#endif
|
||||
#ifndef USES_P128
|
||||
#define USES_P128 //
|
||||
#endif
|
||||
#ifndef USES_P129
|
||||
#define USES_P129 //
|
||||
#endif
|
||||
#ifndef USES_P130
|
||||
#define USES_P130 //
|
||||
#endif
|
||||
#ifndef USES_P131
|
||||
#define USES_P131 //
|
||||
#endif
|
||||
#ifndef USES_P132
|
||||
#define USES_P132 //
|
||||
#endif
|
||||
#ifndef USES_P133
|
||||
#define USES_P133 //
|
||||
#endif
|
||||
#ifndef USES_P134
|
||||
#define USES_P134 //
|
||||
#endif
|
||||
#ifndef USES_P135
|
||||
#define USES_P135 //
|
||||
#endif
|
||||
|
||||
// Controllers
|
||||
#ifndef USES_C015
|
||||
|
||||
Reference in New Issue
Block a user