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:
17:67a6b557eda5
Parent:
16:b45b5b7363d7
Child:
18:01a93677e40c
--- a/utils.cpp	Thu Sep 18 13:59:58 2014 +0000
+++ b/utils.cpp	Fri Sep 19 16:40:17 2014 +0000
@@ -43,7 +43,8 @@
 
 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( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
+    eth->init( __MY_IP__, __MY_MK__, __MY_GW__ );
     
 /*
 #ifdef debug_colinas