advanced sample
prompt
is only used within advanced sample.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced sample
prompt
prompt variable
Syntax
Show:
Summary
Declaration
from
console_settings.c:28
char
prompt
[
CONSOLE_PROMPT_MAX_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
prompt
[
CONSOLE_PROMPT_MAX_LEN
]
;
// Prompt to be printed before each line
console_settings.c:28
snprintf
(
prompt
,
CONSOLE_PROMPT_MAX_LEN
-
1
,
LOG_COLOR_I
"%s "
LOG_RESET_COLOR
,
prompt_temp
)
;
console_settings.c:152
setup_prompt()
return
prompt
;
console_settings.c:162
setup_prompt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prompt
is read by 1 function:
All items filtered out
prompt
setup_prompt()
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