From 560517206c993a319869e801f088020795237983 Mon Sep 17 00:00:00 2001 From: Maximilian Deubel Date: Tue, 3 Dec 2024 16:59:25 +0100 Subject: [PATCH] samples: cellular: nrf_cloud_rest_fota: Increase SMP timeout This patch increases the SMP timeout to avoid a crash that is caused by a late reply from the nRF52. Signed-off-by: Maximilian Deubel --- samples/cellular/nrf_cloud_rest_fota/overlay_smp_fota.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/cellular/nrf_cloud_rest_fota/overlay_smp_fota.conf b/samples/cellular/nrf_cloud_rest_fota/overlay_smp_fota.conf index 9e385ee7e05d..f1cbc926fb3a 100644 --- a/samples/cellular/nrf_cloud_rest_fota/overlay_smp_fota.conf +++ b/samples/cellular/nrf_cloud_rest_fota/overlay_smp_fota.conf @@ -10,3 +10,4 @@ CONFIG_MCUMGR_GRP_OS=y CONFIG_MCUMGR_TRANSPORT_UART=y CONFIG_UART_MCUMGR_RX_BUF_COUNT=4 CONFIG_BOOT_IMAGE_ACCESS_HOOKS=y +CONFIG_SMP_CMD_RETRY_TIME=1000