diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-01 14:22:28 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-01 14:22:28 +0300 |
commit | fc4c43a72eeca3e3aef00952e28d9e3552687241 (patch) | |
tree | 75d49af1888ef32c428909fba5db0925bef198f2 /esp8266 | |
parent | 785cf9a61f373ee871b4181c499d9d99ad081615 (diff) | |
download | micropython-fc4c43a72eeca3e3aef00952e28d9e3552687241.tar.gz micropython-fc4c43a72eeca3e3aef00952e28d9e3552687241.zip |
esp8266: Switch to non event-driven REPL to support paste mode.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |