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:
21:c4439c50a5af
Parent:
5:f9a2b1916a8d
Child:
33:7ba5d53df0f2
--- a/UIPEthernet.cpp	Sat Jan 14 19:51:58 2017 +0100
+++ b/UIPEthernet.cpp	Sat Jan 14 21:12:09 2017 +0100
@@ -312,8 +312,8 @@
               }
            else
               {
-              #if ACTLOGLEVEL>=LOG_DEBUG_V1
-                 LogObject.uart_send_strln(F("UIPEthernetClass::tick() DEBUG_V1:((uip_userdata_t*)uip_conn->appstate) is NULL"));
+              #if ACTLOGLEVEL>=LOG_DEBUG_V3
+                 LogObject.uart_send_strln(F("UIPEthernetClass::tick() DEBUG_V3:((uip_userdata_t*)uip_conn->appstate) is NULL"));
               #endif
               if ((long)( now - ((uip_userdata_t*)uip_conn)->timer) >= 0)
                  {