advanced sample
setup_prompt()
is only used within advanced sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced sample
setup_prompt()
setup_prompt() function
Initialize console prompt This function adds color code to the prompt (if the console supports escape sequences)
Syntax
Show:
Summary
Declaration
Definition
from
console_settings.h:39
char
*
setup_prompt
(
const
char
*
prompt_str
)
;
Implemented in
console_settings.c:145
Arguments
Argument
Description
prompt_str
Prompt in form of string eg esp32s3>
Return value
- pointer to initialized prompt
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out