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:
parent
8481d85ead
commit
67c3ab8fdd
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user