Change CC2530DK default PAN ID to 0xABCD and make it configurable by project-conf.h

This commit is contained in:
George Oikonomou 2014-12-08 22:30:07 +00:00
parent ce914b3173
commit 73a133373a

View File

@ -193,7 +193,9 @@
#define NETSTACK_CONF_RADIO cc2530_rf_driver
/* RF Config */
#define IEEE802154_CONF_PANID 0x5449 /* TI */
#ifndef IEEE802154_CONF_PANID
#define IEEE802154_CONF_PANID 0xABCD
#endif
#ifndef CC2530_RF_CONF_CHANNEL
#define CC2530_RF_CONF_CHANNEL 25