stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

fix(client): setTimeout shadows Stream.setTimeout #74

Closed fpistm closed 10 months ago

fpistm commented 10 months ago

Rename it setConnectionTimeout to match Arduino Ethernet API.

https://www.arduino.cc/reference/en/libraries/ethernet/client.setconnectiontimeout/

Fixes #72