1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

xbee: changed default channel from 0x1A to 0x17 to support XBee-PRO

XBee supports channels 0x0B-0x1A while XBee-PRO supports only 0x0C-0x17.
This commit is contained in:
Yonezawa-T2 2015-11-26 16:28:24 +09:00
parent 8481d85ead
commit 67c3ab8fdd

View File

@ -68,7 +68,7 @@ extern "C" {
* @brief Default channel used after initialization
*/
#ifndef XBEE_DEFAULT_CHANNEL
#define XBEE_DEFAULT_CHANNEL (26U)
#define XBEE_DEFAULT_CHANNEL (23U)
#endif
/**