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
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
SD Removing useless includes from examples 2015-10-02 12:24:31 +02:00
Scheduler
Servo
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
WiFi Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00