Example application to connect the DISCO_F746NG board to thethings.iO

Dependencies:   BSP_DISCO_F746NG F7_Ethernet LCD_DISCO_F746NG NetworkAPI TS_DISCO_F746NG ThethingsiO_DISCO_F746NG mbed-dev mbed-rtos

Fork of TCP_Client_Example by Roy van Dam

Revision:
5:01f6c3e112af
Parent:
2:e087e9b789e9
Child:
6:33b57f606f2b
--- a/main.cpp	Sun Jul 15 19:45:47 2012 +0000
+++ b/main.cpp	Mon Jul 16 14:49:13 2012 +0000
@@ -29,7 +29,7 @@
     sock.close();  
     
     eth.disconnect();  
-
+    
     while(1) {
     }
 }