Skip to content

Commit fc4c43a

Browse files
committed
esp8266: Switch to non event-driven REPL to support paste mode.
1 parent 785cf9a commit fc4c43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define MICROPY_DEBUG_PRINTERS (1)
1212
#define MICROPY_ENABLE_GC (1)
1313
#define MICROPY_STACK_CHECK (1)
14-
#define MICROPY_REPL_EVENT_DRIVEN (1)
14+
#define MICROPY_REPL_EVENT_DRIVEN (0)
1515
#define MICROPY_REPL_AUTO_INDENT (1)
1616
#define MICROPY_HELPER_REPL (1)
1717
#define MICROPY_HELPER_LEXER_UNIX (0)

0 commit comments

Comments
 (0)