1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/xbee
Yonezawa-T2 66dd84eff2 xbee: disable short address when the address length is set to 8
XBee sends short address even for `API_ID_TX_LONG_ADDR` if short address is
enabled. This results in check sum error of ICMPv6 since the IP address is
computed based on long address on the sender side while it is computed based on
short address on the receiver side.
2016-04-19 11:17:13 +09:00
..
Makefile drivers: added support for Xbee modules 2015-03-24 23:19:29 +01:00
xbee.c xbee: disable short address when the address length is set to 8 2016-04-19 11:17:13 +09:00