mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-19 04:11:19 +01:00
Update firmware.
This commit is contained in:
parent
265ca6dc90
commit
57d44a3a4f
Binary file not shown.
BIN
coordinator/CC2531/bin/CC2531ZNP-Prod_20190218.zip
Normal file
BIN
coordinator/CC2531/bin/CC2531ZNP-Prod_20190218.zip
Normal file
Binary file not shown.
@ -1,3 +1,7 @@
|
||||
# 20190218
|
||||
- Fixed `MAXMEMHEAP`
|
||||
- Forward messages to endpoint 10 and 11 to 1.
|
||||
|
||||
# 20190217
|
||||
- Forward incoming messages from all groups (not only the ones that are in the group list)
|
||||
|
||||
|
@ -34,11 +34,11 @@ index 35aae57..176a2ae 100644
|
||||
|
||||
diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h
|
||||
new file mode 100644
|
||||
index 0000000..004588d
|
||||
index 0000000..4eb48f2
|
||||
--- /dev/null
|
||||
+++ b/Components/mt/revision_info.h
|
||||
@@ -0,0 +1 @@
|
||||
+#define CODE_REVISION_NUMBER 20190217
|
||||
+#define CODE_REVISION_NUMBER 20190218
|
||||
\ No newline at end of file
|
||||
diff --git a/Components/stack/af/AF.c b/Components/stack/af/AF.c
|
||||
index c6183b6..2b885b6 100644
|
||||
|
Loading…
Reference in New Issue
Block a user