mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:30:52 +00:00
ESP32-Console
This commit is contained in:
@@ -63,14 +63,14 @@ void app_main(void)
|
|||||||
/*
|
/*
|
||||||
INITIALIZE COMMANDS
|
INITIALIZE COMMANDS
|
||||||
*/
|
*/
|
||||||
//register_commands();
|
register_commands();
|
||||||
|
|
||||||
repl_config.prompt = "foxie >";
|
repl_config.prompt = "foxie >";
|
||||||
|
|
||||||
esp_console_dev_uart_config_t uart_config = ESP_CONSOLE_DEV_UART_CONFIG_DEFAULT();
|
esp_console_dev_uart_config_t uart_config = ESP_CONSOLE_DEV_UART_CONFIG_DEFAULT();
|
||||||
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
|
ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl));
|
||||||
|
|
||||||
register_commands();
|
//register_commands();
|
||||||
/*
|
/*
|
||||||
START CONSOLE REPL
|
START CONSOLE REPL
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user