Skip to content
Snippets Groups Projects
Commit 5626b5ff authored by schneider's avatar schneider
Browse files

micropython: increase REPL history to 32 lines

parent 01bdfad0
No related branches found
No related tags found
No related merge requests found
Pipeline #6604 passed
......@@ -56,6 +56,7 @@
#define MICROPY_USE_INTERNAL_PRINTF (0) // ESP32 SDK requires its own printf
#define MICROPY_SCHEDULER_DEPTH (8)
#define MICROPY_VFS (1)
#define MICROPY_READLINE_HISTORY_SIZE (32)
// control over Python builtins
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment