mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-08 07:37:33 +01:00
Re-enable source routing. #1536
This commit is contained in:
parent
98ccb5dc6e
commit
654f3a0c8c
@ -1,3 +1,6 @@
|
|||||||
|
# 20190523
|
||||||
|
- Re-enable source routing
|
||||||
|
|
||||||
# 20190515
|
# 20190515
|
||||||
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again, finally)
|
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again, finally)
|
||||||
|
|
||||||
|
Binary file not shown.
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2531_20190523.zip
Normal file
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2531_20190523.zip
Normal file
Binary file not shown.
@ -65,11 +65,11 @@ index 35aae57..1f8ee82 100644
|
|||||||
|
|
||||||
diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h
|
diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..dea5610
|
index 0000000..34cd616
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/Components/mt/revision_info.h
|
+++ b/Components/mt/revision_info.h
|
||||||
@@ -0,0 +1 @@
|
@@ -0,0 +1 @@
|
||||||
+#define CODE_REVISION_NUMBER 20190515
|
+#define CODE_REVISION_NUMBER 20190523
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
diff --git a/Components/stack/af/AF.c b/Components/stack/af/AF.c
|
diff --git a/Components/stack/af/AF.c b/Components/stack/af/AF.c
|
||||||
index c6183b6..2b885b6 100644
|
index c6183b6..2b885b6 100644
|
||||||
@ -157,10 +157,10 @@ index 7c6c77e..69daba2 100644
|
|||||||
znpCfg1 = P2_0;
|
znpCfg1 = P2_0;
|
||||||
diff --git a/Projects/zstack/ZNP/CC253x/Source/preinclude.h b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
|
diff --git a/Projects/zstack/ZNP/CC253x/Source/preinclude.h b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..f53e95a
|
index 0000000..49c3128
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
|
+++ b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
|
||||||
@@ -0,0 +1,93 @@
|
@@ -0,0 +1,94 @@
|
||||||
+// Shared accross all firmwares
|
+// Shared accross all firmwares
|
||||||
+#define ASSERT_RESET
|
+#define ASSERT_RESET
|
||||||
+
|
+
|
||||||
@ -213,12 +213,13 @@ index 0000000..f53e95a
|
|||||||
+ * https://github.com/Koenkk/zigbee2mqtt/issues/1408
|
+ * https://github.com/Koenkk/zigbee2mqtt/issues/1408
|
||||||
+ */
|
+ */
|
||||||
+#define CONCENTRATOR_ENABLE TRUE
|
+#define CONCENTRATOR_ENABLE TRUE
|
||||||
+#define CONCENTRATOR_ROUTE_CACHE FALSE
|
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
||||||
+#define CONCENTRATOR_DISCOVERY_TIME 120
|
+#define CONCENTRATOR_DISCOVERY_TIME 120
|
||||||
+#define MAX_RTG_SRC_ENTRIES 1 // Source table is not used, reduce to minimal size
|
+#define MAX_RTG_SRC_ENTRIES 40 // Source table is not used, reduce to minimal size
|
||||||
|
+#define SRC_RTG_EXPIRY_TIME 0
|
||||||
+#undef MAX_RTG_ENTRIES
|
+#undef MAX_RTG_ENTRIES
|
||||||
+#define MAX_RTG_ENTRIES 60
|
+#define MAX_RTG_ENTRIES 20
|
||||||
+#define MAX_NEIGHBOR_ENTRIES 8
|
+#define MAX_NEIGHBOR_ENTRIES 10
|
||||||
+
|
+
|
||||||
+// CC2531
|
+// CC2531
|
||||||
+#if defined FIRMWARE_CC2531
|
+#if defined FIRMWARE_CC2531
|
||||||
|
Loading…
Reference in New Issue
Block a user