idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::console::config Struct Reference

Configuration for low-level console initialization. More...

Public Attributes

size_t max_cmdline_length = 256
 Maximum command line length in bytes.
 
size_t max_cmdline_args = 32
 Maximum number of command line arguments.
 
int hint_color = 39
 ASCII color code for hint text.
 
bool hint_bold = false
 Whether to display hints in bold.
 

Detailed Description

Configuration for low-level console initialization.

Used with init() / try_init() for non-REPL console usage.

Definition at line 177 of file console.hpp.

Member Data Documentation

◆ hint_bold

bool idfxx::console::config::hint_bold = false

Whether to display hints in bold.

Definition at line 181 of file console.hpp.

◆ hint_color

int idfxx::console::config::hint_color = 39

ASCII color code for hint text.

Definition at line 180 of file console.hpp.

◆ max_cmdline_args

size_t idfxx::console::config::max_cmdline_args = 32

Maximum number of command line arguments.

Definition at line 179 of file console.hpp.

◆ max_cmdline_length

size_t idfxx::console::config::max_cmdline_length = 256

Maximum command line length in bytes.

Definition at line 178 of file console.hpp.


The documentation for this struct was generated from the following file: