ESP32-Console

This commit is contained in:
2025-01-11 09:17:37 -05:00
parent 69357a7a71
commit 727ca6488e

View File

@@ -48,6 +48,7 @@ void app_main(void)
register_commands();
repl_config.prompt = "foxie >";
repl_config.history_save_path = HISTORY_PATH;
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
/*