mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
console: simplify examples
1. simplify console examples 2. add "quit" command 3. support console command overwrite 4. add API reference
This commit is contained in:
@@ -7,19 +7,4 @@ menu "Example Configuration"
|
||||
Linenoise line editing library provides functions to save and load
|
||||
command history. If this option is enabled, initalizes a FAT filesystem
|
||||
and uses it to store command history.
|
||||
|
||||
config EXAMPLE_MAX_CMD_ARGUMENTS
|
||||
int "Maximum number of command line arguments"
|
||||
default 16
|
||||
range 8 256
|
||||
help
|
||||
maximum number of command line arguments to parse
|
||||
|
||||
config EXAMPLE_MAX_CMD_LENGTH
|
||||
int "Command line buffer length"
|
||||
default 256
|
||||
range 256 512
|
||||
help
|
||||
length of command line buffer, in bytes
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user