Added energest configuration to viewconf
This commit is contained in:
parent
18d8008264
commit
36362a49d3
@ -42,6 +42,11 @@
|
||||
|
||||
#include "contiki.h"
|
||||
|
||||
#ifndef ENERGEST_CONF_ON
|
||||
/* Energest is disabled by default */
|
||||
#define ENERGEST_CONF_ON 0
|
||||
#endif /* ENERGEST_CONF_ON */
|
||||
|
||||
#ifndef ENERGEST_CURRENT_TIME
|
||||
#ifdef ENERGEST_CONF_CURRENT_TIME
|
||||
#define ENERGEST_CURRENT_TIME ENERGEST_CONF_CURRENT_TIME
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "os/net/queuebuf.h"
|
||||
#include "os/net/nbr-table.h"
|
||||
#include "os/sys/log-conf.h"
|
||||
#include "os/sys/energest.h"
|
||||
|
||||
#ifdef PROJECT_CONF_PATH
|
||||
##### "PROJECT_CONF_PATH": _____________________ == PROJECT_CONF_PATH
|
||||
@ -139,6 +140,8 @@
|
||||
##### "SICSLOWPAN_CONF_COMPRESSION": ___________ -> SICSLOWPAN_COMPRESSION
|
||||
#endif
|
||||
|
||||
##### "ENERGEST_CONF_ON": ______________________ == ENERGEST_CONF_ON
|
||||
|
||||
##### "LOG_CONF_LEVEL_RPL": ____________________ == LOG_CONF_LEVEL_RPL
|
||||
##### "LOG_CONF_LEVEL_TCPIP": __________________ == LOG_CONF_LEVEL_TCPIP
|
||||
##### "LOG_CONF_LEVEL_IPV6": ___________________ == LOG_CONF_LEVEL_IPV6
|
||||
|
Loading…
Reference in New Issue
Block a user