We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d0b3f commit ed87827Copy full SHA for ed87827
esp8266/mpconfigport.h
@@ -18,6 +18,7 @@
18
#define MICROPY_DEBUG_PRINTER_DEST mp_debug_print
19
#define MICROPY_ENABLE_GC (1)
20
#define MICROPY_STACK_CHECK (1)
21
+#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
22
#define MICROPY_REPL_EVENT_DRIVEN (0)
23
#define MICROPY_REPL_AUTO_INDENT (1)
24
#define MICROPY_HELPER_REPL (1)
0 commit comments