Eric-Ethernet-2019

Dependencies:   mbed mbed-rtos C12832_lcd NTPClient EthernetInterface

Revision:
1:9095ffb76813
Parent:
0:9653261dbcda
Child:
2:f3b7851c0245
--- a/main.cpp	Tue Oct 01 19:50:14 2013 +0000
+++ b/main.cpp	Tue Oct 01 19:53:45 2013 +0000
@@ -22,7 +22,7 @@
     }
     lcd.cls();
     lcd.printf("Trying to update time...\r\n");
-    if (ntp.setTime("ca.pool.ntp.org") == 0) {
+    if (ntp.setTime("0.pool.ntp.org") == 0) {
         lcd.printf("Set time successfully\r\n");
         while(1) {
             lcd.cls();