Z-Stack-firmware/coordinator/Z-Stack_Home_1.2/CHANGELOG.md

58 lines
1.6 KiB
Markdown
Raw Normal View History

# 20201127/20201128
- Fix join failing after some uptime
- Support PGC410EU
- Fix incorrect route usage with source routing firmware
2019-06-19 20:09:08 +02:00
# 20190619
- Make source routing firmware identical to 20190315 MAX_STABILITY
# 20190611
- Attempt to improve source routing firmware
# 20190608
2019-06-10 12:41:50 +02:00
- One firmware doesn't seem to be feasible, also add source routing firmware
# 20190608
2019-06-08 00:17:10 +02:00
- Try with source routing disabled and more XDATA
2019-05-23 21:41:07 +02:00
# 20190523
- Re-enable source routing
2019-05-15 20:07:35 +02:00
# 20190515
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again, finally)
# 20190513
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again)
# 20190507
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power
2019-04-25 20:46:42 +02:00
# 20190425
- Unified firmwares, only one firmware for every device
- Increased direct children to 25 for CC2531 and 21 for CC2530
- Disabled source routing
- Decreased XDATA size
# 20190315
- Restructured repo
- Added `MAX_STABILITY` firmware
# 20190223
- Reduced memory footprint
- Increased number of routes to remember to 40
- Disabled route expiry
# 20190222
2020-08-01 10:31:20 +02:00
- 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.