ESP32-Console

This commit is contained in:
2025-01-15 15:40:53 -05:00
parent 71a0ae21bb
commit 99a15215ee

View File

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