mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 14:40:07 +00:00
[reference-device] increase CLI RX buffer size (#5514)
This is required by 5.10.12 PBBR to send large fake UDP messages.
This commit is contained in:
@@ -54,8 +54,12 @@
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE
|
||||
#if OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
|
||||
#define OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE 640
|
||||
#else
|
||||
#define OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE 512
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_CLI_TX_BUFFER_SIZE
|
||||
|
||||
Reference in New Issue
Block a user