1 parent 2382d30 commit 70fb9eeCopy full SHA for 70fb9ee
1 file changed
esp8266/mpconfigport.h
@@ -8,7 +8,7 @@
8
#define MICROPY_EMIT_THUMB (0)
9
#define MICROPY_EMIT_INLINE_THUMB (0)
10
#define MICROPY_MEM_STATS (0)
11
-#define MICROPY_DEBUG_PRINTERS (0)
+#define MICROPY_DEBUG_PRINTERS (1)
12
#define MICROPY_ENABLE_GC (1)
13
#define MICROPY_STACK_CHECK (0)
14
#define MICROPY_REPL_EVENT_DRIVEN (1)
@@ -38,6 +38,7 @@
38
#define MICROPY_PY_UBINASCII (1)
39
#define MICROPY_PY_UCTYPES (1)
40
#define MICROPY_PY_UJSON (1)
41
+#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
42
#define MICROPY_CPYTHON_COMPAT (0)
43
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
44
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
0 commit comments