mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-03-02 07:31:06 +01:00
Disable multi casting
This commit is contained in:
parent
a1553e6f3a
commit
578ae3298a
Binary file not shown.
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_20190415.zip
Normal file
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_20190415.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..5536a3e
|
||||
index 0000000..b71f052
|
||||
--- /dev/null
|
||||
+++ b/Application/mt/revision_info.h
|
||||
@@ -0,0 +1,13 @@
|
||||
@ -43,15 +43,15 @@ index 0000000..5536a3e
|
||||
+#ifndef APPLICATION_MT_REVISION_INFO_H_
|
||||
+#define APPLICATION_MT_REVISION_INFO_H_
|
||||
+
|
||||
+#define CODE_REVISION_NUMBER 20190414
|
||||
+#define CODE_REVISION_NUMBER 20190415
|
||||
+
|
||||
+#endif /* APPLICATION_MT_REVISION_INFO_H_ */
|
||||
diff --git a/Stack/Config/preinclude.h b/Stack/Config/preinclude.h
|
||||
new file mode 100644
|
||||
index 0000000..fd61349
|
||||
index 0000000..81e19ab
|
||||
--- /dev/null
|
||||
+++ b/Stack/Config/preinclude.h
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -0,0 +1,30 @@
|
||||
+/**
|
||||
+ * Enable Many-To-One (MTO) Routing
|
||||
+ */
|
||||
@ -75,6 +75,14 @@ index 0000000..fd61349
|
||||
+#define INCLUDE_REVISION_INFORMATION
|
||||
+#define MT_SYS_KEY_MANAGEMENT 1
|
||||
+#define SECURE 1
|
||||
+
|
||||
+
|
||||
+/**
|
||||
+ * Disabling MULTICAST is required in order for proper group support.
|
||||
+ * If MULTICAST is not disabled, the group adress is not included in the APS header
|
||||
+ */
|
||||
+#define MULTICAST_ENABLED FALSE
|
||||
\ No newline at end of file
|
||||
diff --git a/Stack/Config/znp_cnf.opts b/Stack/Config/znp_cnf.opts
|
||||
index 1be73a8..81f5f4e 100644
|
||||
--- a/Stack/Config/znp_cnf.opts
|
||||
|
Loading…
Reference in New Issue
Block a user