mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
[ncp] increase size of NCP UART buffers to avoid dropped frames (#6043)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_NCP_TX_BUFFER_SIZE
|
||||
#define OPENTHREAD_CONFIG_NCP_TX_BUFFER_SIZE 512
|
||||
#define OPENTHREAD_CONFIG_NCP_TX_BUFFER_SIZE 2048
|
||||
#endif
|
||||
|
||||
/**
|
||||
@@ -76,7 +76,7 @@
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_NCP_UART_TX_CHUNK_SIZE
|
||||
#define OPENTHREAD_CONFIG_NCP_UART_TX_CHUNK_SIZE 128
|
||||
#define OPENTHREAD_CONFIG_NCP_UART_TX_CHUNK_SIZE 2048
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user