voltando a versao de n aberturas e fechamentos de sockets data 19/09

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed EALib

Fork of header_main_publish by VZTECH

Revision:
16:b45b5b7363d7
Parent:
15:9c7456c1b6f4
Child:
17:67a6b557eda5
--- a/utils.cpp	Thu Sep 18 13:56:13 2014 +0000
+++ b/utils.cpp	Thu Sep 18 13:59:58 2014 +0000
@@ -43,8 +43,7 @@
 
 int __init_eth__( EthernetInterface * eth ){
     //eth->init( __MY_IP__, "255.255.255.0", "192.168.120.1" );
-    //eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
-    eth->init( __MY_IP__, __MY_MK__, __MY_GW__ );
+    eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
     
 /*
 #ifdef debug_colinas