set 0xABCD default panid
This commit is contained in:
parent
e88f60feee
commit
b398ab9288
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define IEEE802154_CONF_PANID 0xAAAA // default panid
|
#define IEEE802154_CONF_PANID 0xABCD // default panid
|
||||||
|
|
||||||
/* The AVR tick interrupt usually is done with an 8 bit counter around 128 Hz.
|
/* The AVR tick interrupt usually is done with an 8 bit counter around 128 Hz.
|
||||||
* 125 Hz needs slightly more overhead during the interrupt, as does a 32 bit
|
* 125 Hz needs slightly more overhead during the interrupt, as does a 32 bit
|
||||||
|
|
Loading…
Reference in a new issue