From 5da0a5d48e087a869c03d9089e5192d0cb2960e2 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 28 May 2024 10:24:15 -0400 Subject: [PATCH] Increase the source route table size to 200 --- src/ncp-uart-hw/config/sl_zigbee_source_route_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncp-uart-hw/config/sl_zigbee_source_route_config.h b/src/ncp-uart-hw/config/sl_zigbee_source_route_config.h index 43e12d63..af3d1adf 100644 --- a/src/ncp-uart-hw/config/sl_zigbee_source_route_config.h +++ b/src/ncp-uart-hw/config/sl_zigbee_source_route_config.h @@ -21,7 +21,7 @@ // Source route table Size (SoC or NCP) <2-255> // Default: 7 // The size of the source route table for storing source routes on the SOC or NCP. -#define EMBER_SOURCE_ROUTE_TABLE_SIZE 7 +#define EMBER_SOURCE_ROUTE_TABLE_SIZE 200 // Max source route relay counts <11-40> // Default: 11