|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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. | |
Configuration for low-level console initialization.
Used with init() / try_init() for non-REPL console usage.
Definition at line 177 of file console.hpp.
Whether to display hints in bold.
Definition at line 181 of file console.hpp.
| int idfxx::console::config::hint_color = 39 |
ASCII color code for hint text.
Definition at line 180 of file console.hpp.
| size_t idfxx::console::config::max_cmdline_args = 32 |
Maximum number of command line arguments.
Definition at line 179 of file console.hpp.
| size_t idfxx::console::config::max_cmdline_length = 256 |
Maximum command line length in bytes.
Definition at line 178 of file console.hpp.