Do not #undef in example project-conf.h (JSON-ws)
This commit is contained in:
parent
657dd33092
commit
87ba325c93
@ -38,13 +38,10 @@
|
|||||||
#define JSON_WS_CONF_CALLBACK_PORT 80
|
#define JSON_WS_CONF_CALLBACK_PORT 80
|
||||||
#define JSON_WS_CONF_CALLBACK_INTERVAL 120
|
#define JSON_WS_CONF_CALLBACK_INTERVAL 120
|
||||||
|
|
||||||
#undef WEBSERVER_CONF_INBUF_SIZE
|
|
||||||
#define WEBSERVER_CONF_INBUF_SIZE 200
|
#define WEBSERVER_CONF_INBUF_SIZE 200
|
||||||
|
|
||||||
#undef WEBSERVER_CONF_OUTBUF_SIZE
|
|
||||||
#define WEBSERVER_CONF_OUTBUF_SIZE (UIP_TCP_MSS + 20 + 80)
|
#define WEBSERVER_CONF_OUTBUF_SIZE (UIP_TCP_MSS + 20 + 80)
|
||||||
|
|
||||||
#undef WEBSERVER_CONF_CFS_CONNS
|
|
||||||
#define WEBSERVER_CONF_CFS_CONNS 3
|
#define WEBSERVER_CONF_CFS_CONNS 3
|
||||||
|
|
||||||
#endif /* PROJECT_CONF_H_ */
|
#endif /* PROJECT_CONF_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user