Skip to content

Commit 83b524f

Browse files
committed
Change default task_stack_depth.
1 parent facd0de commit 83b524f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedTopicClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module_description: SharedTopicClient 是一个多 Topic 数据共享与串口转发客户端模块。它用于通过 UART 将多个 Topic 的数据统一打包、发送,实现消息流的串口透明同步转发,适用于分布式系统的多主题数据同步或边缘数据采集。 / SharedTopicClient is a client module for multi-topic data sharing and transparent UART forwarding. It subscribes to multiple Topics, packs their updates, and transmits them via UART, enabling efficient and reliable message synchronization over serial connections—ideal for distributed systems or edge data acquisition.
66
constructor_args:
77
- uart_name: "uart_cdc"
8-
- task_stack_depth: 512
8+
- task_stack_depth: 2048
99
- buffer_size: 256
1010
- topic_names:
1111
- "topic1"

0 commit comments

Comments
 (0)