Change default PAN ID for the CC2538DK platform to 0xABCD
This commit is contained in:
parent
73a133373a
commit
8fe5456588
|
@ -390,7 +390,7 @@ typedef uint32_t rtimer_clock_t;
|
|||
*/
|
||||
/* RF Config */
|
||||
#ifndef IEEE802154_CONF_PANID
|
||||
#define IEEE802154_CONF_PANID 0x5449 /**< Default PAN ID: TI */
|
||||
#define IEEE802154_CONF_PANID 0xABCD
|
||||
#endif
|
||||
|
||||
#ifndef CC2538_RF_CONF_CHANNEL
|
||||
|
|
Loading…
Reference in a new issue