mirror of https://github.com/arendst/Tasmota.git
fix c3 exceptions when using lvgl (#18493)
This commit is contained in:
parent
c1db67ce37
commit
763a8671ab
|
@ -226,7 +226,7 @@
|
|||
#define BE_USE_OS_MODULE 0
|
||||
#define BE_USE_GLOBAL_MODULE 1
|
||||
#define BE_USE_SYS_MODULE 1
|
||||
#define BE_USE_DEBUG_MODULE 1
|
||||
#define BE_USE_DEBUG_MODULE 0
|
||||
#define BE_USE_GC_MODULE 1
|
||||
#define BE_USE_SOLIDIFY_MODULE 0
|
||||
#define BE_USE_INTROSPECT_MODULE 1
|
||||
|
|
Loading…
Reference in New Issue