gs fan / GSwifi

Dependents:   GSwifi_httpd GSwifi_websocket GSwifi_tcpclient GSwifi_tcpserver ... more

Fork of GSwifi by gs fan

Revision:
37:e61ea8267415
Parent:
35:515ec79792d3
Child:
41:0afda15e9bb4
--- a/GSwifi_conf.h	Mon Jun 24 07:36:48 2013 +0000
+++ b/GSwifi_conf.h	Wed Jun 26 02:39:59 2013 +0000
@@ -5,6 +5,7 @@
 
 //#define GS_UART_DIRECT
 #define GS_BULK
+//#define GS_LIB_TINY
 
 #define GS_DHCPNAME "mbed-gs"
 #define GS_DNSNAME "setup.local"
@@ -25,6 +26,8 @@
 #define GS_DATA_SIZE 512
 #endif
 
+#ifndef GS_LIB_TINY
+
 #define GS_SYSLOG // log for stdout
 
 // ----- GSwifi_smtp.cpp -----
@@ -50,4 +53,6 @@
 
 #define HTTPD_KEEPALIVE 10 // request count
 
+#endif // GS_LIB_TINY
+
 #endif