Tried to add command history.

This commit is contained in:
Joe Kearney 2026-01-10 13:39:30 -06:00
parent e47fdd38d4
commit bf3b42204c
2 changed files with 3 additions and 2 deletions

View file

@ -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();