sdfghjjh
Dependencies: Adafruit_GFX WIZnetInterface mbed
Fork of Weather_Forecast_Helloworld_WIZwiki-W7500 by
Revision 18:5f689e703d6d, committed 2018-06-21
- Comitter:
- wiznetw7500
- Date:
- Thu Jun 21 06:40:43 2018 +0000
- Parent:
- 17:bf1228469a6c
- Commit message:
- 4rt
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r bf1228469a6c -r 5f689e703d6d main.cpp --- a/main.cpp Thu Jun 15 05:06:26 2017 +0000 +++ b/main.cpp Thu Jun 21 06:40:43 2018 +0000 @@ -95,8 +95,8 @@ // GET method, to request weather forecast - //char http_cmd[] = "GET /data/2.5/weather?q=Seoul,kr&appid=a0ca47dd7f6066404629b3e1ad728981 HTTP/1.0\n\n"; - char http_cmd[] = "GET /data/2.5/weather?q=London,uk&appid=a0ca47dd7f6066404629b3e1ad728981 HTTP/1.0\n\n"; + char http_cmd[] = "GET /data/2.5/weather?q=Seoul,kr&appid=a0ca47dd7f6066404629b3e1ad728981 HTTP/1.0\n\n"; + // char http_cmd[] = "GET /data/2.5/weather?q=London,uk&appid=a0ca47dd7f6066404629b3e1ad728981 HTTP/1.0\n\n"; //char http_cmd[] = "GET /data/2.5/weather?q=Berlin,de&appid=a0ca47dd7f6066404629b3e1ad728981 HTTP/1.0\n\n"; sock.send_all(http_cmd, sizeof(http_cmd)-1);
diff -r bf1228469a6c -r 5f689e703d6d mbed.bld --- a/mbed.bld Thu Jun 15 05:06:26 2017 +0000 +++ b/mbed.bld Thu Jun 21 06:40:43 2018 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10 \ No newline at end of file +https://mbed.org/users/mbed_official/code/mbed/builds/235179ab3f27 \ No newline at end of file