Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: GSwifi_httpd GSwifi_websocket GSwifi_tcpclient GSwifi_tcpserver ... more
Fork of GSwifi by
Diff: GSwifi_conf.h
- 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

GainSpan Wi-Fi GS1011