ESP32-Console

This commit is contained in:
2025-01-15 15:44:08 -05:00
parent d7f44e8d09
commit 1a9f98b8c4

View File

@@ -57,7 +57,7 @@ void app_main(void)
{
printf("\n==========================================\n");
printf("Welcome to Breadboard Power Adapter ESP32-C3\n");
printf("\n");
printf("\n==========================================\n");
esp_console_repl_t *repl = NULL;
esp_console_repl_config_t repl_config = ESP_CONSOLE_REPL_CONFIG_DEFAULT();