RPL border router: disable Web server on platform sky

This commit is contained in:
Simon Duquennoy 2017-12-09 08:59:58 +01:00 committed by Simon Duquennoy
parent b339c42a09
commit e048348f6d
1 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,10 @@
#ifndef TARGET_CONF_H_
#define TARGET_CONF_H_
/*---------------------------------------------------------------------------*/
#define QUEUEBUF_CONF_NUM 4
#define UIP_CONF_BUFFER_SIZE 140
/* Save some RAM and ROM */
#define QUEUEBUF_CONF_NUM 4
#define UIP_CONF_BUFFER_SIZE 140
#define BORDER_ROUTER_CONF_WEBSERVER 0
/*---------------------------------------------------------------------------*/
#endif /* TARGET_CONF_H_ */
/*---------------------------------------------------------------------------*/