Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
29:fcfcb31a6362
Parent:
26:7e215fc0c118
Child:
30:9bf44d2785d5
--- a/main.cpp	Fri Mar 27 21:09:39 2015 +0000
+++ b/main.cpp	Tue Apr 28 14:19:03 2015 +0000
@@ -133,7 +133,7 @@
 int main() {
     PmedLog::WriteEntry(PMEDLOG_INITIALIZING);
 
-    printf("\r\nNova versao 45 ( 20150327.1 )...\r\n");
+    printf("\r\nNova versao 48 ( 20150327.1 )...\r\n");
     FILE *f;
     //Set Highest Priority
     //osThreadSetPriority(osThreadGetId(),osPriorityHigh);
@@ -162,7 +162,7 @@
     time_t tempo = time(NULL);
     if ((tempo+60) < 1420077600) set_time(1420077600);
     
-    ntpClient.setTime("192.168.103.101");
+   // ntpClient.setTime("192.168.103.101");
     
     DisplayRAMBanks();