ESP32-Console

This commit is contained in:
2025-01-11 09:33:01 -05:00
parent 2ccf9cf3b5
commit 0478f3c5ad

View File

@@ -73,6 +73,8 @@ void app_main(void)
#elif CONFIG_ESP_CONSOLE_USB_CDC
esp_console_dev_usb_cdc_config_t cdc_config = ESP_CONSOLE_DEV_CDC_CONFIG_DEFAULT();
ESP_ERROR_CHECK(esp_console_new_repl_uart(&cdc_config, &repl_config, &repl));
#endif
/*
START CONSOLE REPL
*/