Don't override www defaults for project builds.
This commit is contained in:
parent
97b1c95005
commit
0e8649e5ae
|
@ -149,7 +149,9 @@ typedef unsigned short uip_stats_t;
|
|||
#define TELNETD_CONF_GUI 1
|
||||
|
||||
|
||||
#ifdef PLATFORM_BUILD
|
||||
#define WWW_CONF_WEBPAGE_WIDTH 76
|
||||
#define WWW_CONF_WEBPAGE_HEIGHT 30
|
||||
#endif /* PLATFORM_BUILD */
|
||||
|
||||
#endif /* __CONTIKI_CONF_H__ */
|
||||
|
|
Loading…
Reference in a new issue