ESP32-Console

This commit is contained in:
2025-01-11 09:33:23 -05:00
parent 0478f3c5ad
commit c14ae5b666

View File

@@ -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
*/