Update firmware.

This commit is contained in:
Koen Kanters 2019-02-18 20:24:41 +01:00
parent 265ca6dc90
commit 57d44a3a4f
4 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -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)

View File

@ -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