Skip to content

Commit 2fd5ac8

Browse files
bjdarlubos
authored andcommitted
samples: radio_test: increase remote shell buffer
Increase the remote shell buffer size to 4096 bytes to avoid truncation Fixes NCSDK-24468 Signed-off-by: Bernt Johan Damslora <[email protected]>
1 parent cde2a29 commit 2fd5ac8

File tree

1 file changed

+1
-1
lines changed
  • samples/peripheral/radio_test/sysbuild/remote_shell

1 file changed

+1
-1
lines changed

samples/peripheral/radio_test/sysbuild/remote_shell/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ CONFIG_USE_SEGGER_RTT=y
2525
CONFIG_LOG_BACKEND_RTT=y
2626
CONFIG_LOG_BACKEND_UART=n
2727

28-
CONFIG_REMOTE_SHELL_TX_RING_BUFFER_SIZE=1024
28+
CONFIG_REMOTE_SHELL_TX_RING_BUFFER_SIZE=4096
2929

3030
CONFIG_SOC_NRF53_CPUNET_ENABLE=y

0 commit comments

Comments
 (0)