Browse Source

library update

Oliver Fabel 1 year ago
parent
commit
a5e999ee3d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      mpconfigport.h

+ 3 - 4
mpconfigport.h

@@ -64,18 +64,17 @@ typedef long mp_off_t;
 
 #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
 
-#define MICROPY_HELPER_REPL (1)
-
 #define MICROPY_ENABLE_SOURCE_LINE (0)
 #define MICROPY_ENABLE_DOC_STRING (0)
 
+#define MICROPY_HELPER_REPL (1)
 #define MICROPY_REPL_INFO (0)
 #define MICROPY_REPL_EMACS_KEYS (0)
 #define MICROPY_REPL_EMACS_WORDS_MOVE (0)
 #define MICROPY_REPL_EMACS_EXTRA_WORDS_MOVE (0)
-#define MICROPY_REPL_AUTO_INDENT (0)
+#define MICROPY_REPL_AUTO_INDENT (1)
 #define MICROPY_REPL_EVENT_DRIVEN (0)
-#define MICROPY_READLINE_HISTORY_SIZE (0)
+#define MICROPY_READLINE_HISTORY_SIZE (8)
 
 #define MICROPY_CPYTHON_COMPAT (1)
 #define MICROPY_FULL_CHECKS (0)