Skip to content

Commit

Permalink
xbee: changed default channel from 0x1A to 0x17 to support XBee-PRO
Browse files Browse the repository at this point in the history
XBee supports channels 0x0B-0x1A while XBee-PRO supports only 0x0C-0x17.
  • Loading branch information
Yonezawa-T2 committed Dec 9, 2015
1 parent 5807145 commit 7c36311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/include/xbee.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern "C" {
/**
* @brief Default channel used after initialization
*/
#define XBEE_DEFAULT_CHANNEL (26U)
#define XBEE_DEFAULT_CHANNEL (23U)

/**
* @name Address flags
Expand Down

0 comments on commit 7c36311

Please sign in to comment.