1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Arduino/libraries
chaveiro ef15667ae8 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.
2015-10-07 17:49:30 +02:00
..
Audio Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Ethernet Expose optional DHCP timout parameters to Ethernet:begin() 2015-10-07 17:49:30 +02:00
GSM Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
Keyboard [PUSB] Fix static initialization order fiasco 2015-10-02 11:59:24 +02:00
LiquidCrystal Fixed license headers. See https://github.com/arduino/Arduino/pull/3498 2015-09-25 15:17:35 +02:00
Mouse [PUSB] Fix static initialization order fiasco 2015-10-02 11:59:24 +02:00
Scheduler Fixed typo in Scheduler header guard. 2015-07-03 13:10:33 -04:00
SD Removing useless includes from examples 2015-10-02 12:24:31 +02:00
Servo Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Stepper removing unused variable from Stepper 2015-09-23 23:12:47 +02:00
TFT Removing useless includes from examples 2015-10-02 12:24:31 +02:00
USBHost Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
WiFi Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00