From a9074b4ecc06da1c7285366bc5cef21d12397922 Mon Sep 17 00:00:00 2001 From: Krzysztof Taborowski Date: Fri, 19 Apr 2024 18:02:50 +0200 Subject: [PATCH] samples: increase rtt buffer to see longer logs Signed-off-by: Krzysztof Taborowski --- samples/sid_end_device/boards/rak4631_nrf52840.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/sid_end_device/boards/rak4631_nrf52840.conf b/samples/sid_end_device/boards/rak4631_nrf52840.conf index ac3e671ef8..ba573dad29 100644 --- a/samples/sid_end_device/boards/rak4631_nrf52840.conf +++ b/samples/sid_end_device/boards/rak4631_nrf52840.conf @@ -6,3 +6,4 @@ CONFIG_SIDEWALK_DFU=n CONFIG_SHELL_BACKEND_RTT=y +CONFIG_LOG_BACKEND_RTT_BUFFER_SIZE=8096