mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Build] Set BUILD_NO_DEBUG for Climate-A builds to make them fit again
This commit is contained in:
@@ -2179,6 +2179,10 @@ To create/register a plugin, you have to :
|
||||
#define PLUGIN_DESCR "Climate A"
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_NO_DEBUG
|
||||
#define BUILD_NO_DEBUG
|
||||
#endif
|
||||
|
||||
// Features and plugins cherry picked from stable set
|
||||
#ifndef FEATURE_SERVO
|
||||
#define FEATURE_SERVO 1
|
||||
|
||||
Reference in New Issue
Block a user