-
CONFIG_WEBSOCKET_CONSOLE_SEND_TIMEOUT
¶
WS console line send timeout
Type: int
Help¶
This option can be used to modify the duration of the timer that kick in when a line buffer is not empty but did not yet meet the line feed.
Defaults¶
- 100 if
WEBSOCKET_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig.ws:47
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/console/Kconfig:306
Menu path: (top menu) → Device Drivers → Console drivers → Enable websocket console service
config WEBSOCKET_CONSOLE_SEND_TIMEOUT int prompt "WS console line send timeout" ifWEBSOCKET_CONSOLE
&&CONSOLE
default 100 ifWEBSOCKET_CONSOLE
&&CONSOLE
depends onWEBSOCKET_CONSOLE
&&CONSOLE
help This option can be used to modify the duration of the timer that kick in when a line buffer is not empty but did not yet meet the line feed.
(Definitions include propagated dependencies, including from if’s and menus.)