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.
Fork of GSwifi_old by
Diff: GSwifi_net.h
- Revision:
- 24:5c350ae2e703
- Parent:
- 23:a783c62c36d0
--- a/GSwifi_net.h Mon Jan 21 05:58:28 2013 +0000 +++ b/GSwifi_net.h Wed Jan 23 07:41:23 2013 +0000 @@ -16,9 +16,9 @@ #include "mbed.h" #include "host.h" -#define GS_USE_HTTPD // comment out if not use httpd -#define GS_USE_WEBSOCKET -#define GS_USE_SMTP // comment out if not use smtp +#define GS_USE_HTTPD // use http server +//#define GS_USE_WEBSOCKET // use websocket (need httpd) +#define GS_USE_SMTP // use smtp client #define GS_SYSLOG // log for stdout
