diff --git a/ESP32-Console/main/main.c b/ESP32-Console/main/main.c index 9c79d903e..6430df333 100755 --- a/ESP32-Console/main/main.c +++ b/ESP32-Console/main/main.c @@ -73,7 +73,7 @@ void app_main(void) //ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); esp_console_register_help_command(); - register_info(); + register_commands(); /* START CONSOLE REPL */