diff --git a/ESP32-Console/main/main.c b/ESP32-Console/main/main.c index 6430df333..9c79d903e 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_commands(); + register_info(); /* START CONSOLE REPL */