UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Revision:
20:fe5026169ec6
Parent:
12:aef29fbc4a62
Child:
33:7ba5d53df0f2
--- a/examples/TcpClient/TcpClient.ino	Wed Jan 04 18:32:00 2017 +0100
+++ b/examples/TcpClient/TcpClient.ino	Sat Jan 14 19:51:58 2017 +0100
@@ -132,9 +132,11 @@
           client.stop();
         }
       else
+        {
         #if ACTLOGLEVEL>=LOG_INFO
           LogObject.uart_send_strln(F("Client connect failed"));
         #endif
+        }
     }
 }
 #if defined(__MBED__)