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.
Dependencies: Servo WIZnetInterface mbed
Fork of My_Weatherforecast_WIZwiki-W7500 by
Revision 19:be84bee4118d, committed 2015-08-28
- 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
--- 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
