- Fix joining not working when joining is only permitted on specific router
- Forward message to host even when profileID does not match
- Turn on/off leds when joining is enabled/disabled
- Fix CC2530 crashing when sending large messages via UART
- Fix Xiaomi E1 devices not (fully) working
- Fix join failing after some uptime
- Support PGC410EU
- Fix incorrect route usage with source routing firmware
- Make source routing firmware identical to 20190315 MAX_STABILITY
- Attempt to improve source routing firmware
- One firmware doesn't seem to be feasible, also add source routing firmware
- Try with source routing disabled and more XDATA
- Re-enable source routing
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again, finally)
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power (yes, again)
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power
- 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
- Restructured repo
- Added
MAX_STABILITY
firmware
- Reduced memory footprint
- Increased number of routes to remember to 40
- Disabled route expiry
- 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.
- Fixed
MAXMEMHEAP
- Forward messages to endpoint 10 and 11 to 1.
- Forward incoming messages from all groups (not only the ones that are in the group list)
- Re-flash firmware without having to repair devices.
- Fixed error 17 when executing many group commands at once.