Twitter for GSwifi see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependencies:   GSwifi (old) mbed

Files at this revision

API Documentation at this revision

Comitter:
gsfan
Date:
Sun Oct 28 14:27:43 2012 +0000
Parent:
0:8045b4b60fef
Commit message:
update library

Changed in this revision

GSwifi.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 8045b4b60fef -r 933f14b313b6 GSwifi.lib
--- a/GSwifi.lib	Tue Oct 09 16:10:48 2012 +0000
+++ b/GSwifi.lib	Sun Oct 28 14:27:43 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/gsfan/code/GSwifi/#5febfc399099
+http://mbed.org/users/gsfan/code/GSwifi/#6828b084e74b
diff -r 8045b4b60fef -r 933f14b313b6 main.cpp
--- a/main.cpp	Tue Oct 09 16:10:48 2012 +0000
+++ b/main.cpp	Sun Oct 28 14:27:43 2012 +0000
@@ -45,7 +45,7 @@
     
     pc.printf("httpPost\r\n");
     host.setName(HTTP_HOST);
-    r = gs.httpPost(host, HTTP_URI, msg, 0, HTTP_USER, HTTP_PASS, &onGsReceive);
+    r = gs.httpPost(host, HTTP_URI, msg, HTTP_USER, HTTP_PASS, 0, &onGsReceive);
     if (r >= 0) {
         for (;;) {
             gs.poll();