mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 10:16:30 +00:00
Berry disable debug features
This commit is contained in:
parent
12a39b9a1e
commit
cbab510997
@ -194,12 +194,19 @@
|
||||
#define BE_USE_OS_MODULE 0
|
||||
#define BE_USE_GLOBAL_MODULE 1
|
||||
#define BE_USE_SYS_MODULE 0
|
||||
#define BE_USE_DEBUG_MODULE 1
|
||||
#define BE_USE_DEBUG_MODULE 0
|
||||
#define BE_USE_GC_MODULE 1
|
||||
#define BE_USE_SOLIDIFY_MODULE 1
|
||||
#define BE_USE_SOLIDIFY_MODULE 0
|
||||
#define BE_USE_INTROSPECT_MODULE 1
|
||||
#define BE_USE_STRICT_MODULE 1
|
||||
|
||||
#ifdef USE_BERRY_DEBUG
|
||||
#undef BE_USE_DEBUG_MODULE
|
||||
#undef BE_USE_SOLIDIFY_MODULE
|
||||
#define BE_USE_DEBUG_MODULE 1
|
||||
#define BE_USE_SOLIDIFY_MODULE 1
|
||||
#endif // USE_BERRY_DEBUG
|
||||
|
||||
/* Macro: BE_EXPLICIT_XXX
|
||||
* If these macros are defined, the corresponding function will
|
||||
* use the version defined by these macros. These macro definitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user