mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 12:43:21 +00:00
ESP32-Console
This commit is contained in:
@@ -44,6 +44,10 @@ void app_main(void)
|
|||||||
INITIALIZE COMMANDS
|
INITIALIZE COMMANDS
|
||||||
*/
|
*/
|
||||||
register_commands();
|
register_commands();
|
||||||
//esp_console_register_help_command();
|
|
||||||
|
/*
|
||||||
|
START CONSOLE REPL
|
||||||
|
*/
|
||||||
|
ESP_ERROR_CHECK(esp_console_start_repl(repl));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user