Z-Stack-firmware/coordinator/CHANGELOG.md

19 lines
664 B
Markdown
Raw Normal View History

# 20190223
- Reduced memory footprint
- Increased number of routes to remember to 40
- Disabled route expiry
# 20190222
- Decreased binding and group table size to 1, allows for more memory allocated to the heap. It's not used by Zigbee2mqtt anyway.
- Reverted size of data buffers to default, a buffer full error is now properly handled by Zigbee2mqtt.
2019-02-18 20:24:41 +01:00
# 20190218
- Fixed `MAXMEMHEAP`
- Forward messages to endpoint 10 and 11 to 1.
2019-02-17 14:57:34 +01:00
# 20190217
- Forward incoming messages from all groups (not only the ones that are in the group list)
# 20190215
- Re-flash firmware without having to repair devices.
- Fixed error 17 when executing many group commands at once.