config as hostnode, add coap client

This commit is contained in:
Harald Pichler 2016-09-20 21:49:52 +02:00
parent 34a9135f83
commit 2fd23f99ed
2 changed files with 38 additions and 0 deletions

View file

@ -38,6 +38,9 @@
#define LOOP_INTERVAL (10 * CLOCK_SECOND)
/* Seeping nodes are host nodes without routing features */
#define UIP_CONF_ROUTER 0
/* For Debug: Dont allow MCU sleeping between channel checks */
//#undef RDC_CONF_MCU_SLEEP
//#define RDC_CONF_MCU_SLEEP 0