Optimized retro webbrowser configs.
The change c7b8bac006
optimized memory usage and thus allowed to adjust the retro webbrowser configs for improved web page compatibility.
This commit is contained in:
parent
a3dba2e25c
commit
5d039d9848
|
@ -55,15 +55,8 @@
|
|||
#define IRC_CONF_WIDTH 80
|
||||
#define IRC_CONF_HEIGHT 23
|
||||
|
||||
#define WWW_CONF_WEBPAGE_WIDTH 80
|
||||
#define WWW_CONF_WEBPAGE_HEIGHT 19
|
||||
#define WWW_CONF_HISTORY_SIZE 4
|
||||
#define WWW_CONF_MAX_URLLEN 78
|
||||
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
|
||||
#define WWW_CONF_FORMS 1
|
||||
#define WWW_CONF_MAX_FORMACTIONLEN 20
|
||||
#define WWW_CONF_MAX_INPUTNAMELEN 20
|
||||
#define WWW_CONF_MAX_INPUTVALUELEN 20
|
||||
#define WWW_CONF_WGET_EXEC(url) exec("wget", url)
|
||||
|
||||
#endif /* CONTIKI_CONF_H_ */
|
||||
|
|
|
@ -63,11 +63,5 @@
|
|||
#define WWW_CONF_WEBPAGE_WIDTH 40
|
||||
#define WWW_CONF_WEBPAGE_HEIGHT 19
|
||||
#define WWW_CONF_HISTORY_SIZE 4
|
||||
#define WWW_CONF_MAX_URLLEN 80
|
||||
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
|
||||
#define WWW_CONF_FORMS 1
|
||||
#define WWW_CONF_MAX_FORMACTIONLEN 20
|
||||
#define WWW_CONF_MAX_INPUTNAMELEN 20
|
||||
#define WWW_CONF_MAX_INPUTVALUELEN 20
|
||||
|
||||
#endif /* CONTIKI_CONF_H_ */
|
||||
|
|
|
@ -65,11 +65,8 @@
|
|||
#define IRC_CONF_WIDTH 80
|
||||
#define IRC_CONF_HEIGHT 24
|
||||
|
||||
#define WWW_CONF_WEBPAGE_WIDTH 80
|
||||
#define WWW_CONF_WEBPAGE_HEIGHT 20
|
||||
#define WWW_CONF_HISTORY_SIZE 0
|
||||
#define WWW_CONF_MAX_URLLEN 78
|
||||
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
|
||||
#define WWW_CONF_FORMS 0
|
||||
#define WWW_CONF_PAGEATTRIB_SIZE 1500
|
||||
|
||||
#endif /* CONTIKI_CONF_H_ */
|
||||
|
|
|
@ -66,14 +66,7 @@
|
|||
#define IRC_CONF_HEIGHT 24
|
||||
|
||||
#define WWW_CONF_WEBPAGE_WIDTH 40
|
||||
#define WWW_CONF_WEBPAGE_HEIGHT 20
|
||||
#define WWW_CONF_HISTORY_SIZE 4
|
||||
#define WWW_CONF_MAX_URLLEN 80
|
||||
#define WWW_CONF_MAX_NUMPAGEWIDGETS 20
|
||||
#define WWW_CONF_FORMS 1
|
||||
#define WWW_CONF_MAX_FORMACTIONLEN 20
|
||||
#define WWW_CONF_MAX_INPUTNAMELEN 20
|
||||
#define WWW_CONF_MAX_INPUTVALUELEN 20
|
||||
#define WWW_CONF_WGET_EXEC(url) exec("wget", url)
|
||||
|
||||
#endif /* CONTIKI_CONF_H_ */
|
||||
|
|
Loading…
Reference in a new issue