From 14f514660a4004bc01ead1e41594066233382edc Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Fri, 31 May 2024 22:44:11 -0400 Subject: [PATCH] Increase the source route table size to 200 (#66) --- 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