sdfghjjh

Dependencies:   Adafruit_GFX WIZnetInterface mbed

Fork of Weather_Forecast_Helloworld_WIZwiki-W7500 by IOP

Revision:
6:780b86964a89
Parent:
4:3384f1c0b2be
Child:
9:5ae28a194322
--- a/main.cpp	Mon Jan 11 05:37:28 2016 +0000
+++ b/main.cpp	Tue Feb 16 05:24:32 2016 +0000
@@ -134,9 +134,9 @@
    /*  
     *    GET method, to request weather forecast  
     */ 
-    //char http_cmd[] = "GET /data/2.5/weather?q=London,uk&appid=2de143494c0b295cca9337e1e96b00e0 HTTP/1.0\n\n";
-    char http_cmd[] = "GET /data/2.5/weather?q=Seoul,kr&appid=2de143494c0b295cca9337e1e96b00e0 HTTP/1.0\n\n";
-    //char http_cmd[] = "GET /data/2.5/weather?q=London,uk HTTP/1.0\n\n";
+    //char http_cmd[] = "GET /data/2.5/weather?q=London,uk&appid=44db6a862fba0b067b1930da0d769e98 HTTP/1.0\n\n";
+    char http_cmd[] = "GET /data/2.5/weather?q=Seoul,kr&appid=44db6a862fba0b067b1930da0d769e98 HTTP/1.0\n\n";
+    //char http_cmd[] = "GET /data/2.5/weather?q=London,uk&appid=44db6a862fba0b067b1930da0d769e98 HTTP/1.0\n\n";
     //char http_cmd[] = "GET /data/2.5/weather?q=Berlin,de HTTP/1.0\n\n";
     
     sock.send_all(http_cmd, sizeof(http_cmd)-1);