Tried to add command history.
This commit is contained in:
parent
e47fdd38d4
commit
bf3b42204c
2 changed files with 3 additions and 2 deletions
|
|
@ -387,6 +387,7 @@ void Initialize_Console(void)
|
|||
esp_console_repl_config_t repl_cfg = ESP_CONSOLE_REPL_CONFIG_DEFAULT();
|
||||
repl_cfg.prompt = "KTag>";
|
||||
repl_cfg.max_cmdline_length = 1024;
|
||||
repl_cfg.max_history_len = 16;
|
||||
|
||||
log_config_load();
|
||||
register_log_command();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue