[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:
Simon Lin
2020-09-11 08:51:08 -07:00
committed by GitHub
parent 1e08cea585
commit 653cb34b72
+4
View File
@@ -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