forked from xuos/xiuos
Ubiquitous/RT-Thread_Fusion_XiUOS: update the default setting adapt to the webnet
This commit is contained in:
@@ -101,7 +101,6 @@
|
||||
#define RT_DFS_ELM_REENTRANT
|
||||
#define RT_DFS_ELM_MUTEX_TIMEOUT 3000
|
||||
#define RT_USING_DFS_DEVFS
|
||||
#define RT_USING_DFS_ROMFS
|
||||
|
||||
/* Device Drivers */
|
||||
|
||||
@@ -189,7 +188,7 @@
|
||||
#define RT_LWIP_TCP_WND 8196
|
||||
#define RT_LWIP_TCPTHREAD_PRIORITY 10
|
||||
#define RT_LWIP_TCPTHREAD_MBOX_SIZE 8
|
||||
#define RT_LWIP_TCPTHREAD_STACKSIZE 1024
|
||||
#define RT_LWIP_TCPTHREAD_STACKSIZE 4096
|
||||
#define RT_LWIP_ETHTHREAD_PRIORITY 12
|
||||
#define RT_LWIP_ETHTHREAD_STACKSIZE 1024
|
||||
#define RT_LWIP_ETHTHREAD_MBOX_SIZE 8
|
||||
@@ -276,10 +275,28 @@
|
||||
|
||||
/* sensor app */
|
||||
|
||||
#define APP_USING_WEBNET
|
||||
#define WEBNET_PORT 80
|
||||
#define WEBNET_CONN_MAX 16
|
||||
#define WEBNET_ROOT "/webnet"
|
||||
|
||||
/* Select supported modules */
|
||||
|
||||
#define WEBNET_USING_LOG
|
||||
#define WEBNET_USING_AUTH
|
||||
#define WEBNET_USING_CGI
|
||||
#define WEBNET_USING_ASP
|
||||
#define WEBNET_USING_SSI
|
||||
#define WEBNET_USING_INDEX
|
||||
#define WEBNET_USING_ALIAS
|
||||
#define WEBNET_USING_UPLOAD
|
||||
#define WEBNET_CACHE_LEVEL 0
|
||||
#define WEBNET_USING_SAMPLES
|
||||
|
||||
/* lib */
|
||||
|
||||
#define APP_SELECT_NEWLIB
|
||||
#define LIB_USING_CJSON
|
||||
|
||||
/* LVGL configuration */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user