From c14ae5b6665c68592b4e2e568fe150efc7793859 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 11 Jan 2025 09:33:23 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-Console/main/main.c b/ESP32-Console/main/main.c index 73288dd31..634dc7ff5 100755 --- a/ESP32-Console/main/main.c +++ b/ESP32-Console/main/main.c @@ -75,6 +75,7 @@ void app_main(void) ESP_ERROR_CHECK(esp_console_new_repl_uart(&cdc_config, &repl_config, &repl)); #endif + register_commands(); /* START CONSOLE REPL */