We have an application using SDK for Thread 4.1. The application requires sending large custom commands over CLI.
We increased the size of NRF_CLI_CMD_BUFF_SIZE in sdk_config.h but this does not change the overall RAM usage. Since we are not able to test yet, we assumed this means the buffer size did not increase.
Searching online indicates we should be modifying OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE but we cannot find this anywhere in the SDK.
What is the correct way to make sure large CLI messages can be received by the Thread CLI?