From c0932be6560f9b915d0b9a88189f438002dbd601 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 31 Jan 2010 20:42:49 +0000 Subject: [PATCH] Added configuration values for the IRC client example. --- platform/c128/contiki-conf.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index 59a114908..240b10247 100644 --- a/platform/c128/contiki-conf.h +++ b/platform/c128/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.3 2010/01/30 20:48:31 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.4 2010/01/31 20:42:49 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -56,9 +56,14 @@ #define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE #define WIDGETCOLOR_HLINK COLOR_CYAN +#define IRC_CONF_WIDTH 80 +#define IRC_CONF_HEIGHT 24 + #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS #define WEBSERVER_CONF_CFS_CONNS 8 +#define WWW_CONF_WEBPAGE_WIDTH 80 +#define WWW_CONF_WEBPAGE_HEIGHT 20 #define WWW_CONF_HISTORY_SIZE 4 #define WWW_CONF_MAX_URLLEN 38 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20