CONFIG_SHELL_START_OBSCURED¶
Display asterisk when echoing
Type: bool
Help¶
If enabled, don't echo actual character, but echo * instead.
This is used for login prompts.
Default¶
- n 
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig:120
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_START_OBSCURED
    bool "Display asterisk when echoing"
    default n
    depends on SHELL
    help
      If enabled, don't echo actual character, but echo * instead.
      This is used for login prompts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)