mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:10:53 +00:00
ESP32-Console
This commit is contained in:
@@ -36,11 +36,9 @@ void app_main(void)
|
|||||||
{
|
{
|
||||||
initialize_nvs();
|
initialize_nvs();
|
||||||
|
|
||||||
console_config->max_cmdline_length = 124;
|
esp_console_repl_t *repl = NULL;
|
||||||
console_config->max_cmdline_args = 5;
|
esp_console_config_t repl_config = ESP_CONSOLE_REPL_CONFIG_DEFAULT();
|
||||||
|
repl_config.prompt = "foxie >";
|
||||||
cmd1->command = 'about';
|
|
||||||
cmd1->func = cmd1_func;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
INITIALIZE COMMANDS
|
INITIALIZE COMMANDS
|
||||||
|
Reference in New Issue
Block a user