mac

Dependencies:   Adafruit_GFX WIZnetInterface mbed

Fork of Weather_Forecast_Helloworld_WIZwiki-W7500 by IOP

Revision:
2:06e2b95bd224
Parent:
0:5d0d5244d683
Child:
3:246564796e88
--- a/main.cpp	Thu Sep 03 01:13:08 2015 +0000
+++ b/main.cpp	Fri Sep 04 01:51:35 2015 +0000
@@ -237,7 +237,7 @@
     gOled.begin();
     gOled.clearDisplay();
     
-    gOled.printf("%s\n", cur_date);
+    gOled.printf("%s\n\n", cur_date);
     gOled.printf("City    : %s\n", city_name);
     gOled.printf("Weather : %s\n", weather_con);
     gOled.printf("Temper  : %d\n", temp);