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:
31:0cac6927c80d
Parent:
29:9fc1e6fb82ec
Child:
32:e77cbe3783e5
--- a/README.md	Tue Jan 31 01:33:00 2017 +0100
+++ b/README.md	Tue Feb 07 14:18:10 2017 +0100
@@ -11,7 +11,7 @@
 - Merged martinayotte's modification (Correct s_dhcp ~40K more memory usage with STM32F MCU-s.)
 - Moved htons,ntohs,htonl,ntohl definitions to uip.h.
 - Corrected infinite loops.
-- Set the version to 2.0.1
+- Set the version to 2.0.2
 - Corrected ESP8266 exception(28).
 - Added watchdog reset calls in functions for stable running on ESP8266.
 - Added geterevid function to get ENC28j60 chip erevid (revision information).
@@ -25,3 +25,7 @@
 
 - Added Abstract Print class to MBED for full compatibility (Can use print, println with uip objects.)
 - Fxing errata 12 by seydamir.
+- Create v2.0.2 release.
+
+If You use NodeMCU please check wiring first:
+https://github.com/UIPEthernet/UIPEthernet/blob/master/hardware/NodeMCU_enc28j60_wiring.PNG