mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:16:08 +00:00
ESP32-Console
This commit is contained in:
@@ -34,6 +34,10 @@ void app_main(void)
|
|||||||
initialize_nvs();
|
initialize_nvs();
|
||||||
|
|
||||||
console_config->max_cmdline_length = 124;
|
console_config->max_cmdline_length = 124;
|
||||||
|
console_config->max_cmdline_args = 5;
|
||||||
|
|
||||||
|
cmd1.command = 'about';
|
||||||
|
cmd1->command = 'about'
|
||||||
|
|
||||||
/*
|
/*
|
||||||
INITIALIZE COMMANDS
|
INITIALIZE COMMANDS
|
||||||
|
Reference in New Issue
Block a user