diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-01-30 20:05:57 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-23 16:30:29 +0200 |
commit | a1d072df81396349cdb949333e4aad2df1eda306 (patch) | |
tree | acb75018944b2ac131b3101f09f12652f35b24a1 /esp8266 | |
parent | df1f6783f2b21ba3d507a733385f2b0c02f5a0ae (diff) | |
download | micropython-a1d072df81396349cdb949333e4aad2df1eda306.tar.gz micropython-a1d072df81396349cdb949333e4aad2df1eda306.zip |
esp8266: Enable auto-indent in REPL.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 55d781c46b..cedc6dd405 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -12,6 +12,7 @@ #define MICROPY_ENABLE_GC (1) #define MICROPY_STACK_CHECK (1) #define MICROPY_REPL_EVENT_DRIVEN (1) +#define MICROPY_REPL_AUTO_INDENT (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_LEXER_UNIX (0) #define MICROPY_ENABLE_SOURCE_LINE (1) |