Skip to content

Commit

Permalink
Increase the source route table size to 200 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 1, 2024
1 parent 3502451 commit 14f5146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ncp-uart-hw/config/sl_zigbee_source_route_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// <o EMBER_SOURCE_ROUTE_TABLE_SIZE> Source route table Size (SoC or NCP) <2-255>
// <i> Default: 7
// <i> 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

// <o EMBER_MAX_SOURCE_ROUTE_RELAY_COUNT> Max source route relay counts <11-40>
// <i> Default: 11
Expand Down

0 comments on commit 14f5146

Please sign in to comment.