mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Build] Avoid build-reduction for MAX builds
This commit is contained in:
@@ -2603,6 +2603,10 @@ To create/register a plugin, you have to :
|
||||
#define FEATURE_EMAIL_TLS 1
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_NO_DEBUG
|
||||
#undef BUILD_NO_DEBUG
|
||||
#endif
|
||||
|
||||
// Plugins
|
||||
#ifndef USES_P016
|
||||
#define USES_P016 // IR TSOP4838
|
||||
|
||||
Reference in New Issue
Block a user