Skip to content

Tags: arduino-libraries/Ethernet

Tags

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.0.2

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.0.1.

2.0.0

Toggle 2.0.0's commit message
Arduino Zero can't use W5100-based shields with SCK > 8 MHz

1.1.2

Toggle 1.1.2's commit message
Added some other entries in the AUTHORS file

1.1.1

Toggle 1.1.1's commit message
UdpNtpClient example: removed wrong return type

1.1.0

Toggle 1.1.0's commit message
Expose optional DHCP timout parameters to Ethernet:begin()

A no brainer update.
Expose optional timeout parameter values of dhcp for user to adjust on
their code.
Currently if dhcp server is not available, code will block inside
DhcpClass::request_DHCP_lease() for 60s. Having this parameters exposed
user can specify their timeout requirements without changing the lib
code.
Change is backward compatible as parameters are optional and defaults to
existing values.

1.0.5

Toggle 1.0.5's commit message
Ethernet: Increased version number

1.0.4

Toggle 1.0.4's commit message
Ethernet: releasing version 1.0.4

1.0.3

Toggle 1.0.3's commit message
Due to website configuration changes, every url starting with http://…

…arduino.cc has been changed to http://www.arduino.cc. Fixes #3191

1.0.2

Toggle 1.0.2's commit message
Libraries: added help files to mitigate missing contextual reference …

…issue