mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 13:37:18 +00:00
Documentation: Replace NSH_LINELEN with LINE_MAX
forget in:
commit 38a0049f56
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date: Sun Jan 19 11:59:01 2025 +0800
Documentation: Replace NSH_LINELEN with LINE_MAX
Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
e177ff9c0c
commit
e1285d73fa
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ This tool provides a flexible way to monitor and log uORB topic data, aiding in
|
|||
|
||||
``uorb_generator`` this tool can be used in conjunction with ``uorb_listener``.
|
||||
|
||||
Before using the tool, it is necessary to set the NSH_LINELEN parameter to a sufficiently long length to ensure that the terminal
|
||||
Before using the tool, it is necessary to set the CONFIG_LINE_MAX parameter to a sufficiently long length to ensure that the terminal
|
||||
can accept complete input data. A recommendation is to set it to 256 or 512.
|
||||
|
||||
Incoming data can be printed via uorb_listener or concatenated manually using format information, but it must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue