mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-03 21:27:34 +01:00
Decrease device tables. https://github.com/Koenkk/zigbee2mqtt/issues/1429
This commit is contained in:
parent
b6159f8e02
commit
74ef202ca4
@ -3,9 +3,9 @@ This directory contains the CC2652R Z-Stack 3.10.00.53 coordinator firmware.
|
||||
|
||||
## Description
|
||||
- Zigbee 3.0
|
||||
- Allow for 50 **directly** connected devices
|
||||
- Allows for max 200 Zigbee 3.0 devices
|
||||
- MTO concentrator (stores up-to 200 routes to devices)
|
||||
- Allow for 30 **directly** connected devices
|
||||
- Allows for max 40 Zigbee 3.0 devices
|
||||
- MTO concentrator (stores up-to 100 routes to devices)
|
||||
- To be used with Zigbee2mqtt
|
||||
|
||||
## Compiling the firmware
|
||||
|
Binary file not shown.
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_20190419.zip
Normal file
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_20190419.zip
Normal file
Binary file not shown.
@ -29,7 +29,7 @@ index 305dfc7..51d8890 100644
|
||||
1, /* Software maintenance release number */
|
||||
diff --git a/Application/mt/revision_info.h b/Application/mt/revision_info.h
|
||||
new file mode 100644
|
||||
index 0000000..98752c1
|
||||
index 0000000..5cfa29e
|
||||
--- /dev/null
|
||||
+++ b/Application/mt/revision_info.h
|
||||
@@ -0,0 +1,13 @@
|
||||
@ -43,12 +43,12 @@ index 0000000..98752c1
|
||||
+#ifndef APPLICATION_MT_REVISION_INFO_H_
|
||||
+#define APPLICATION_MT_REVISION_INFO_H_
|
||||
+
|
||||
+#define CODE_REVISION_NUMBER 20190418
|
||||
+#define CODE_REVISION_NUMBER 20190419
|
||||
+
|
||||
+#endif /* APPLICATION_MT_REVISION_INFO_H_ */
|
||||
diff --git a/Stack/Config/preinclude.h b/Stack/Config/preinclude.h
|
||||
new file mode 100644
|
||||
index 0000000..231eb79
|
||||
index 0000000..c976357
|
||||
--- /dev/null
|
||||
+++ b/Stack/Config/preinclude.h
|
||||
@@ -0,0 +1,38 @@
|
||||
@ -58,13 +58,13 @@ index 0000000..231eb79
|
||||
+#define CONCENTRATOR_ENABLE TRUE
|
||||
+#define CONCENTRATOR_DISCOVERY_TIME 60
|
||||
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
||||
+#define MAX_RTG_SRC_ENTRIES 200
|
||||
+#define MAX_RTG_SRC_ENTRIES 100
|
||||
+#define SRC_RTG_EXPIRY_TIME 255
|
||||
+
|
||||
+/**
|
||||
+ * Scale device tables
|
||||
+ */
|
||||
+#define NWK_MAX_DEVICE_LIST 50
|
||||
+#define NWK_MAX_DEVICE_LIST 30
|
||||
+#define MAX_NEIGHBOR_ENTRIES 20
|
||||
+#define MAX_RTG_ENTRIES 100
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user