ESP32-Console

This commit is contained in:
2025-01-11 09:14:13 -05:00
parent ffb3925c78
commit efc6e8409a
5 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ void app_main(void)
esp_console_repl_t *repl = NULL;
esp_console_repl_config_t repl_config = ESP_CONSOLE_REPL_CONFIG_DEFAULT();
esp_console_dev_uart_config_t uart_config = ESP_CONSOLE_DEV_UART_CONFIG_DEFAULT();
esp_console_dev_usb_cdc_config_t cdc_config = ESP_CONSOLE_DEV_CDC_CONFIG_DEFAULT();
//esp_console_dev_usb_cdc_config_t cdc_config = ESP_CONSOLE_DEV_CDC_CONFIG_DEFAULT();
initialize_nvs();
repl_config.prompt = "foxie >";