Skip to content

Commit 27d8af8

Browse files
committed
version 2.0.2
1 parent 2c5376f commit 27d8af8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The modernization includes:
99
* SPI communication at 20 MHz if the MCU supports it, else on the maximum supported by the MCU
1010
* client.flush() to send the packet immediately
1111
* calls yield() in blocking functions
12+
* has UDP backlog to receive more than one message at time
1213
* Arduino 1.5 library format built with dot_a_linkage option for optimal build result
1314

1415
<details>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sentence=Ethernet library for ENC28J60. Only include EthernetENC.h instead of Et
55
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.
66
url=https://github.com/jandrassy/EthernetENC/wiki
77
architectures=*
8-
version=2.0.1
8+
version=2.0.2
99
category=Communication
1010
includes=EthernetENC.h
1111
dot_a_linkage=true

0 commit comments

Comments
 (0)