pan ID and channel are defined on platform level, not example
This commit is contained in:
parent
ea04534281
commit
3de5c47802
|
@ -42,15 +42,6 @@
|
||||||
#define PLATFORM_HAS_LEDS 1
|
#define PLATFORM_HAS_LEDS 1
|
||||||
#define PLATFORM_HAS_BATTERY 1
|
#define PLATFORM_HAS_BATTERY 1
|
||||||
|
|
||||||
/* Custom channel and PAN ID configuration for your project. */
|
|
||||||
/*
|
|
||||||
#undef RF_CHANNEL
|
|
||||||
#define RF_CHANNEL 26
|
|
||||||
|
|
||||||
#undef IEEE802154_CONF_PANID
|
|
||||||
#define IEEE802154_CONF_PANID 0xABCD
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* IP buffer size must match all other hops, in particular the border router. */
|
/* IP buffer size must match all other hops, in particular the border router. */
|
||||||
|
|
||||||
#undef UIP_CONF_BUFFER_SIZE
|
#undef UIP_CONF_BUFFER_SIZE
|
||||||
|
|
|
@ -43,16 +43,6 @@
|
||||||
#define PLATFORM_HAS_BATTERY 1
|
#define PLATFORM_HAS_BATTERY 1
|
||||||
#define PLATFORM_HAS_BUTTON 1
|
#define PLATFORM_HAS_BUTTON 1
|
||||||
|
|
||||||
/* Custom channel and PAN ID configuration for your project. */
|
|
||||||
/*
|
|
||||||
#undef RF_CHANNEL
|
|
||||||
#define RF_CHANNEL 26
|
|
||||||
|
|
||||||
#undef IEEE802154_CONF_PANID
|
|
||||||
#define IEEE802154_CONF_PANID 0xABCD
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* For Debug: Dont allow MCU sleeping between channel checks */
|
/* For Debug: Dont allow MCU sleeping between channel checks */
|
||||||
//#undef RDC_CONF_MCU_SLEEP
|
//#undef RDC_CONF_MCU_SLEEP
|
||||||
//#define RDC_CONF_MCU_SLEEP 0
|
//#define RDC_CONF_MCU_SLEEP 0
|
||||||
|
|
|
@ -38,10 +38,6 @@
|
||||||
//#define PLATFORM_HAS_TEMPERATURE 1
|
//#define PLATFORM_HAS_TEMPERATURE 1
|
||||||
#define PLATFORM_HAS_BATTERY 1
|
#define PLATFORM_HAS_BATTERY 1
|
||||||
|
|
||||||
/* Some platforms have weird includes. */
|
|
||||||
// #undef IEEE802154_CONF_PANID
|
|
||||||
// #define IEEE802154_CONF_PANID 0xAAAA
|
|
||||||
|
|
||||||
/* For Debug: Dont allow MCU sleeping between channel checks */
|
/* For Debug: Dont allow MCU sleeping between channel checks */
|
||||||
#undef RDC_CONF_MCU_SLEEP
|
#undef RDC_CONF_MCU_SLEEP
|
||||||
#define RDC_CONF_MCU_SLEEP 0
|
#define RDC_CONF_MCU_SLEEP 0
|
||||||
|
|
Loading…
Reference in a new issue