pan ID and channel are defined on platform level, not example

master
Christian Ratzenhofer 2018-02-14 18:07:44 +01:00
parent ea04534281
commit 3de5c47802
3 changed files with 0 additions and 23 deletions

View File

@ -42,15 +42,6 @@
#define PLATFORM_HAS_LEDS 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. */
#undef UIP_CONF_BUFFER_SIZE

View File

@ -43,16 +43,6 @@
#define PLATFORM_HAS_BATTERY 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 */
//#undef RDC_CONF_MCU_SLEEP
//#define RDC_CONF_MCU_SLEEP 0

View File

@ -38,10 +38,6 @@
//#define PLATFORM_HAS_TEMPERATURE 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 */
#undef RDC_CONF_MCU_SLEEP
#define RDC_CONF_MCU_SLEEP 0