diff --git a/README.md b/README.md index 9fbdcd7..7b0433b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The modernization includes: * SPI communication at 20 MHz if the MCU supports it, else on the maximum supported by the MCU * client.flush() to send the packet immediately * calls yield() in blocking functions +* has UDP backlog to receive more than one message at time * Arduino 1.5 library format built with dot_a_linkage option for optimal build result
diff --git a/library.properties b/library.properties index 6c53862..71d1c35 100644 --- a/library.properties +++ b/library.properties @@ -5,7 +5,7 @@ sentence=Ethernet library for ENC28J60. Only include EthernetENC.h instead of Et paragraph=This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. url=https://github.com/jandrassy/EthernetENC/wiki architectures=* -version=2.0.1 +version=2.0.2 category=Communication includes=EthernetENC.h dot_a_linkage=true