#ifndef PROJECT_CONF_H_ #define PROJECT_CONF_H_ /* The node-id of the root */ #define ROOT_ID 1 /* The deployment map (ID<->MAC) */ #define DEPLOYMENT_MAPPING deployment_cooja8 /* Compact address logging (both link-layer and IPv6). * Shows an abbreviated form that contains the node-id */ #define LOG_CONF_WITH_COMPACT_ADDR 1 #endif /* PROJECT_CONF_H_ */