From fc4c43a72eeca3e3aef00952e28d9e3552687241 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 1 Apr 2016 14:22:28 +0300 Subject: [PATCH] esp8266: Switch to non event-driven REPL to support paste mode. --- esp8266/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index e101a7f867..943b16c8f9 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -11,7 +11,7 @@ #define MICROPY_DEBUG_PRINTERS (1) #define MICROPY_ENABLE_GC (1) #define MICROPY_STACK_CHECK (1) -#define MICROPY_REPL_EVENT_DRIVEN (1) +#define MICROPY_REPL_EVENT_DRIVEN (0) #define MICROPY_REPL_AUTO_INDENT (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_LEXER_UNIX (0)