From a1d072df81396349cdb949333e4aad2df1eda306 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 30 Jan 2016 20:05:57 +0200
Subject: [PATCH] esp8266: Enable auto-indent in REPL.

---
 esp8266/mpconfigport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 55d781c46..cedc6dd40 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)
-- 
GitLab