Lawrence Lee / Mbed 2 deprecated My_Weatherforecast_WIZwiki-W7500

Dependencies:   Servo WIZnetInterface mbed

Fork of My_Weatherforecast_WIZwiki-W7500 by Lawrence Lee

Files at this revision

API Documentation at this revision

Comitter:
joon874
Date:
Fri Aug 28 04:02:08 2015 +0000
Parent:
18:a02a73acd3c8
Child:
20:8d57b80e24aa
Commit message:
change official mbed lib and buffer size

Changed in this revision

WIZnetInterface.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
mbed-src.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/WIZnetInterface.lib	Mon Jun 29 07:41:31 2015 +0000
+++ b/WIZnetInterface.lib	Fri Aug 28 04:02:08 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#7d7553e0578e
+http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#b727920ecc5d
--- a/main.cpp	Mon Jun 29 07:41:31 2015 +0000
+++ b/main.cpp	Fri Aug 28 04:02:08 2015 +0000
@@ -42,7 +42,7 @@
     sock.send_all(http_cmd, sizeof(http_cmd)-1);
     
     /* get info */
-    char buffer[420];
+    char buffer[1024];
     int ret;
     while (true) {
         ret = sock.receive(buffer, sizeof(buffer)-1);
--- a/mbed-src.lib	Mon Jun 29 07:41:31 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed-src/#30f9462b5296
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Aug 28 04:02:08 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c
\ No newline at end of file