Home
last modified time | relevance | path

Searched refs:history_path (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/console/
Desp_console_repl.c57 static esp_err_t esp_console_setup_history(const char *history_path, uint32_t max_history_len, esp_…
336 static esp_err_t esp_console_setup_history(const char *history_path, uint32_t max_history_len, esp_… in esp_console_setup_history() argument
340 repl_com->history_save_path = history_path; in esp_console_setup_history()
341 if (history_path) { in esp_console_setup_history()
343 linenoiseHistoryLoad(history_path); in esp_console_setup_history()